Disable userdel fail
This commit is contained in:
parent
5a1ea0119c
commit
16c84a2fca
@ -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]
|
||||||
|
Loading…
Reference in New Issue
Block a user