Skip to content

Commit

Permalink
Back up to /boot to survive OLI rm
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Jul 3, 2019
1 parent f34ad31 commit db36c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ fi
function do_config_backup {
if [ ! $CONFIG_BACKUP == true ]; then
CONFIG_BACKUP=true
FILENAME="config.preinstall-$LIBRARY_NAME-$DATESTAMP.txt"
FILENAME="/boot/config.preinstall-$LIBRARY_NAME-$DATESTAMP.txt"
printf "Backing up $CONFIG to $FILENAME\n"
cp $CONFIG $FILENAME
fi
Expand Down

0 comments on commit db36c95

Please sign in to comment.