dropshell release 2025.0518.2245
Some checks failed
Dropshell Test / Build_and_Test (push) Has been cancelled

This commit is contained in:
Your Name
2025-05-18 22:45:25 +12:00
parent cf8738aee9
commit 434a2bc6da
2 changed files with 68 additions and 67 deletions

View File

@ -61,7 +61,7 @@ _autocommandrun_path() {
fi
;;
restore)
echo "Restoring path ${path}"
echo "Restoring path ${path} from backup file ${backup_folder}/backup.tgz"
tar -xzvf ${backup_folder}/backup.tgz -C ${path} --strip-components=1
;;
esac