Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion openwisp-config/files/openwisp.agent
Original file line number Diff line number Diff line change
Expand Up @@ -857,7 +857,7 @@ backup_configuration() {
sort -u "${BACKUP_FILE_LIST}.tmp" >$BACKUP_FILE_LIST
# backup only those files
tar -zcf $CONFIGURATION_BACKUP -T $BACKUP_FILE_LIST
rm "${BACKUP_FILE_LIST}*"
rm -f "${BACKUP_FILE_LIST}.tmp" "$BACKUP_FILE_LIST"
}

restore_backup() {
Expand Down
Loading