Fix: passing parameters to a function

This commit is contained in:
Blade of Darkness 2021-01-05 14:30:48 +01:00
parent 4f55bd736b
commit 6ab305d094
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ case $1 in
add_account_recovery $username $2
#Thunix specific section
makeuser_ansible $username $2
makeuser_ansible $username $2 "$3"
# End Thunix specific section
;;