projects
/
EVA-2020-02-2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f34ad31
)
Back up to /boot to survive OLI rm
author
Phil Howard
<phil@gadgetoid.com>
Wed, 3 Jul 2019 12:54:17 +0000
(13:54 +0100)
committer
Phil Howard
<phil@gadgetoid.com>
Wed, 3 Jul 2019 12:54:17 +0000
(13:54 +0100)
install.sh
patch
|
blob
|
blame
|
history
diff --git
a/install.sh
b/install.sh
index 9eda1f03e5181715e8b25477cf10b3dfe8d99474..5cde03b4128ef18e0da07bae5b6191c9892ac2f2 100755
(executable)
--- a/
install.sh
+++ b/
install.sh
@@
-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