diff --git a/ipsec/adduser.sh b/ipsec/adduser.sh index 7f20c35..6671aab 100755 --- a/ipsec/adduser.sh +++ b/ipsec/adduser.sh @@ -41,7 +41,8 @@ do : ${ANSREM:=$NOTREM} if [ "$NOTREM" == "$ANSREM" ]; then - exit 1 + unset LOGIN PASSWORD + continue else $DIR/deluser.sh $LOGIN DELETED=1 diff --git a/pptp/adduser.sh b/pptp/adduser.sh index eac7536..c27b379 100755 --- a/pptp/adduser.sh +++ b/pptp/adduser.sh @@ -41,7 +41,8 @@ do : ${ANSREM:=$NOTREM} if [ "$NOTREM" == "$ANSREM" ]; then - exit 1 + unset LOGIN PASSWORD + continue else $DIR/deluser.sh $LOGIN DELETED=1