Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
update
  • Loading branch information
ielnehc committed Jul 30, 2014
1 parent 563c1b7 commit b763232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backup/backup.sh
Expand Up @@ -160,7 +160,7 @@ if [ "$1" != "--help" ]; then
echo "Please input a line crontab:"
read -p "(Default: 10 3 * * *):" backup_time
if [ "$backup_time" = "" ]; then
backup_time="01 00 * * *"
backup_time="10 3 * * *"
fi
echo "==========================="
echo "Your crontab is $backup_time."
Expand Down

0 comments on commit b763232

Please sign in to comment.