Skip to content

Commit

Permalink
Duh.
Browse files Browse the repository at this point in the history
  • Loading branch information
bviktor committed Jan 11, 2019
1 parent 4f583d6 commit 4848c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/killinuxfloor
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ function save_backup ()
DATE_STR=$(date +%Y%m%d-%H%M%S)
BACKUP_FILE="${HOME}/Config-${DATE_STR}.tgz"
echo -ne "Backing up current KF2 config as \e[36m${BACKUP_FILE}\e[0m... "
tar czfh ${BACKUP_FILE} -C ${STEAM_HOME} Config/*.*
tar czfh ${BACKUP_FILE} -C ${HOME} Config/*.*
${ECHO_DONE}
}

Expand Down

0 comments on commit 4848c62

Please sign in to comment.