diff options
| author | crupest <crupest@outlook.com> | 2022-11-30 19:00:08 +0800 | 
|---|---|---|
| committer | crupest <crupest@outlook.com> | 2022-11-30 19:00:08 +0800 | 
| commit | 43e98101f1d9cf5845d1b6f189efffe3eb02f861 (patch) | |
| tree | 4c2cad5c58d14dc22bd7af0a7ab6aaa1315e8ce5 /docker/auto-backup | |
| parent | 702e921591973bd0f06acddfaf35c304846bfe8b (diff) | |
| download | crupest-43e98101f1d9cf5845d1b6f189efffe3eb02f861.tar.gz crupest-43e98101f1d9cf5845d1b6f189efffe3eb02f861.tar.bz2 crupest-43e98101f1d9cf5845d1b6f189efffe3eb02f861.zip  | |
A new way for blog.
Diffstat (limited to 'docker/auto-backup')
| -rwxr-xr-x | docker/auto-backup/daemon.bash | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/auto-backup/daemon.bash b/docker/auto-backup/daemon.bash index e0c5edb..a4dd5dc 100755 --- a/docker/auto-backup/daemon.bash +++ b/docker/auto-backup/daemon.bash @@ -41,7 +41,7 @@ function backup {      echo "$destination" >> /data/backup.log      # echo "Backup finished!" in green and restore default -    echo -e "\e[0;102m\e[K\e[1mFinish backup!" "\e[0m" +    echo -e "\e[0;102m\e[K\e[1mFinish backup!\e[0m"  }  echo "Initial delay: $CRUPEST_AUTO_BACKUP_INIT_DELAY"  | 
