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"
DosInAnIcon_deleteuser
else
LogError "User 'openvpn' does not exist!"
isFatalError
;else
; LogError "User 'openvpn' does not exist!"
; isFatalError
endif
[DosInAnIcon_checkuser]