X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcore%2Fvariables.sh;h=333598add3883a36e6e44e062555b8639b169bff;hb=322c4c28404c33372c15d71eafe021d2099c320a;hp=c843dba6d20c4544bcd4438e67a889622e8da031;hpb=d6658eaec3c290ca272b9cff2f5f1fce5f3a0cc3;p=feisty_meow.git diff --git a/scripts/core/variables.sh b/scripts/core/variables.sh index c843dba6..333598ad 100644 --- a/scripts/core/variables.sh +++ b/scripts/core/variables.sh @@ -132,9 +132,7 @@ define_yeti_variable DEFAULT_FEISTYMEOW_ORG_DIR=/opt/feistymeow.org mkdir -p "$FEISTY_MEOW_GENERATED_STORE" fi # set up our effluent outsourcing valves. - if [ -z "$TEMPORARIES_PILE" ]; then - define_yeti_variable TEMPORARIES_PILE="$FEISTY_MEOW_GENERATED_STORE/temporaries" - fi + define_yeti_variable TEMPORARIES_PILE="$FEISTY_MEOW_GENERATED_STORE/temporaries" if [ ! -d "$TEMPORARIES_PILE" ]; then mkdir -p "$TEMPORARIES_PILE" fi