diff options
Diffstat (limited to 'yams')
-rwxr-xr-x | yams | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -51,7 +51,3 @@ if [ $option == "destroy" ]; then echo "\$ yams start" fi fi - -if [ $option == "create-backup" ]; then - tar -czf "$install_location/backups/yams-backup-$(date '+\%Y-\%m-\%d-\%s').tar.gz" $install_location/config/* -fi |