diff --git a/bin/rancid-run.in b/bin/rancid-run.in index e27f462..bb18a63 100644 --- a/bin/rancid-run.in +++ b/bin/rancid-run.in @@ -126,6 +126,7 @@ if [ ! -d $LOGDIR ] ; then fi # run password storage code if configured +SAVE_PWDS_SCRIPT=${SAVE_PWDS_SCRIPT:=0} if [ -f $SAVE_PWDS_SCRIPT ] ; then @PERLV@ -e "require(\"$SAVE_PWDS_SCRIPT\"); if (!pwdsRancidStart()) {print pwdsGetError().\"\\n\"; exit 1;};" if [ $? -ne 0 ] ; then