Skip to content

Commit

Permalink
duy commit
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Jun 1, 2018
1 parent ca0946e commit b951e61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion freeram.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# echo '*/2 * * * * root bash /root/freeram.sh' >> /etc/crontab
service vesta status &> /dev/null || service vesta start
run=`netstat -lntup|grep 8083`; if [ "$run" = "" ]; then service vesta restart; fi
freemem=$(free -m | awk '/Mem:/{print $4}')
(( freemem <= 100 )) && service httpd reload
4 changes: 2 additions & 2 deletions md5sum.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cb1906c4b7897748393ae0601e3d988e File-Manager
72a7de611d7d054fed090f0d943a091c freeram.sh
688543ecd6ad736a90b2e4057a82956a freeram.sh
ab73a1fca6e9b8371862319b3f5e12d6 Limit-Hosting
c260136ff277ad8e7a45a2e87220bb8f md5sum.txt
b5bbec364ae80984ed385275c65107e5 md5sum.txt
9d559262a6725a6bbd60ea546c09f50f PHP-Selector
d8502dccc11121871c9a40d93f9668e1 README.md
ffd508ac6ece5aed5ea123572552deb7 vdvesta.sh
Expand Down

0 comments on commit b951e61

Please sign in to comment.