Disable userdel fail

This commit is contained in:
Mario Fetka 2014-02-25 12:14:12 +01:00
parent 5a1ea0119c
commit 16c84a2fca

View File

@ -78,9 +78,9 @@ set $UserExists$ = takeString(0,splitstring($UserExists$," "))
if $UserExists$ = "yes" if $UserExists$ = "yes"
DosInAnIcon_deleteuser DosInAnIcon_deleteuser
else ;else
LogError "User 'openvpn' does not exist!" ; LogError "User 'openvpn' does not exist!"
isFatalError ; isFatalError
endif endif
[DosInAnIcon_checkuser] [DosInAnIcon_checkuser]