Update backup.sh
This commit is contained in:
@ -14,7 +14,7 @@ FILES_TO_BACKUP=(
|
||||
"/etc/hysteria/config.json"
|
||||
)
|
||||
|
||||
zip -j "$BACKUP_FILE" "${FILES_TO_BACKUP[@]}" >/dev/null 2>&1
|
||||
zip -j "$BACKUP_FILE" "${FILES_TO_BACKUP[@]}" >/dev/null
|
||||
|
||||
if [ $? -eq 0 ]; then
|
||||
echo "Backup successfully created"
|
||||
|
||||
Reference in New Issue
Block a user