Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
xpanel-cp authored Oct 10, 2023
1 parent 97d39b9 commit f92bae0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,8 @@ chmod +x /var/www/html/cron.sh
wait
(crontab -l | grep . ; echo -e "* * * * * /var/www/html/cron.sh") | crontab -
(crontab -l ; echo "0 2 * * * wget -q -O /dev/null '${ipv4}/fixer/remove' > /dev/null 2>&1") | crontab -
(crontab -l ; echo "0 1 * * * wget -q -O /dev/null '${ipv4}/fixer/notif' > /dev/null 2>&1") | crontab -


DEFAULT_APP_LOCALE="$lang"
DEFAULT_APP_MODE=light
Expand Down

0 comments on commit f92bae0

Please sign in to comment.