diff --git a/sequencer/sequencer.sh b/sequencer/sequencer.sh index 8c47936..77325d0 100755 --- a/sequencer/sequencer.sh +++ b/sequencer/sequencer.sh @@ -350,9 +350,9 @@ initSeqConfig() { echo -n " [I] Creating $(realpath $configDir)..." exe mkdir -p "$configDir" && echo "Ok" || echo "Nok" exe chmod 700 "$configDir" - else - SEQ_CONFIG_HOME="$configDir" fi + + SEQ_CONFIG_HOME="$configDir" if [ -s "$configLoc" ] ; then if [ $QUIET -ne 2 ] ; then echo " [I] Using configuration file: $configLoc" ; fi