We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 671d482 commit 1de8c37Copy full SHA for 1de8c37
update.sh
@@ -220,7 +220,7 @@ do
220
echo " "
221
wait
222
223
- (crontab -l ; echo "*/60 * * * * ./dbbackupwizwiz.sh") | sort - | uniq - | crontab -
+ (crontab -l ; echo "0 * * * * ./dbbackupwizwiz.sh") | sort - | uniq - | crontab -
224
225
wget https://raw.githubusercontent.com/wizwizdev/wizwizxui-timebot/main/dbbackupwizwiz.sh | chmod +x dbbackupwizwiz.sh
226
./dbbackupwizwiz.sh
0 commit comments