Fix: passing parameters to a function

This commit is contained in:
Naglfar
2021-01-05 14:30:48 +01:00
parent 4f55bd736b
commit 6ab305d094

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
;;