We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0e3f93 commit d6a2c6dCopy full SHA for d6a2c6d
install.sh
@@ -126,7 +126,7 @@ function do_config_backup {
126
CONFIG_BACKUP=true
127
FILENAME="config.preinstall-$LIBRARY_NAME-$DATESTAMP.txt"
128
inform "Backing up $CONFIG_DIR/$CONFIG_FILE to $CONFIG_DIR/$FILENAME\n"
129
- sudo cp "$CONFIG_DIR/$CONFIG_FILE $CONFIG_DIR/$FILENAME"
+ sudo cp "$CONFIG_DIR/$CONFIG_FILE" "$CONFIG_DIR/$FILENAME"
130
mkdir -p "$RESOURCES_TOP_DIR/config-backups/"
131
cp $CONFIG_DIR/$CONFIG_FILE "$RESOURCES_TOP_DIR/config-backups/$FILENAME"
132
if [ -f "$UNINSTALLER" ]; then
0 commit comments