correct copy past error

This commit is contained in:
Mario Fetka 2014-02-25 11:13:14 +01:00
parent db38968982
commit 4339b836bd
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ set $UserExists$ = takeString(0,splitstring($UserExists$," "))
if $UserExists$ = "yes"
DosInAnIcon_deleteuser
else
LogError "User '" + $local_user$ + "' does not exist!"
LogError "User 'openvpn' does not exist!"
isFatalError
endif