sequpgrade - fix some variable rename regex statements

This commit is contained in:
2022-06-01 14:27:28 +02:00
parent 2ea45fd9fd
commit e4e909c946
4 changed files with 27 additions and 27 deletions

View File

@@ -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