Skip to content

Commit

Permalink
6.0.1
Browse files Browse the repository at this point in the history
6.0.1
  • Loading branch information
MinerPr0xy authored Feb 7, 2022
1 parent 9abbb5c commit fbe27f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,11 @@ start_write_config() {

changeLimit="n"
if [ $(grep -c "root soft nofile" /etc/security/limits.conf) -eq '0' ]; then
echo "root soft nofile 60000" >>/etc/security/limits.conf
echo "root soft nofile 102400" >>/etc/security/limits.conf
changeLimit="y"
fi
if [ $(grep -c "root hard nofile" /etc/security/limits.conf) -eq '0' ]; then
echo "root hard nofile 60000" >>/etc/security/limits.conf
echo "root hard nofile 102400" >>/etc/security/limits.conf
changeLimit="y"
fi

Expand Down

0 comments on commit fbe27f8

Please sign in to comment.