sequpgrade - fix some variable rename regex statements
This commit is contained in:
@@ -36,7 +36,7 @@ step_1() {
|
||||
local buTarget="/backup"
|
||||
if [ $CONFIG -eq 0 ] ; then
|
||||
error -e "Cannot backup root without properly configured excludes"
|
||||
error -e " (expected config: $SEQ_CONFIG_HOME/$CONFIG_FILE_NAME)"
|
||||
error -e " (expected config: $seq_configRoot/$CONFIG_FILE_NAME)"
|
||||
else
|
||||
buTarget="$BACKUP_TARGET"
|
||||
fi
|
||||
|
Reference in New Issue
Block a user