fixed autoyadmpush

This commit is contained in:
Daniel Fichtinger 2024-11-10 04:04:43 -05:00
parent 7656a53bdf
commit 99e8afc890

View file

@ -11,7 +11,7 @@ AYM="AutoYADM:"
AUTOYADMDIR="script_dir=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" AUTOYADMDIR="script_dir=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
# We check not to overwrite the user's env setting # We check not to overwrite the user's env setting
if [ -z "$VAR" ]; then if [ -z "$AUTOYADMPUSH" ]; then
AUTOYADMPUSH=0 AUTOYADMPUSH=0
fi fi