Rename scansDir
This commit is contained in:
@@ -593,7 +593,7 @@ easy() {
|
||||
|
||||
# Prompt user for suffix
|
||||
echo "Default EASY results directory: $EASY_RESULTS_DIR"
|
||||
read -r -p "Enter a custom suffix and/or hit enter to use the default (no suffix): " EASY_SUFFIX
|
||||
((YES)) || read -r -p "Enter a custom suffix and/or hit enter to use the default (no suffix): " EASY_SUFFIX
|
||||
[[ -n $EASY_SUFFIX ]] && EASY_RESULTS_DIR+="_$EASY_SUFFIX"
|
||||
|
||||
# Backup and create EASY results dirs
|
||||
|
||||
Reference in New Issue
Block a user