refactor addUser to adduser - lowercase

This commit is contained in:
p.delpy@dkfz-heidelberg.de
2023-08-15 15:42:42 +02:00
parent b58348328c
commit af25df79e3
3 changed files with 4 additions and 4 deletions

View File

@ -102,7 +102,7 @@ case "$ACTION" in
uninstall)
exec ./lib/uninstall-bridgehead.sh $PROJECT
;;
addUser)
adduser)
loadVars
log "INFO" "Adding encrypted credentials in /etc/bridgehead/$PROJECT.local.conf"
read -p "Please choose the component (LDM_AUTH|NNGM_AUTH) you want to add a user to : " COMPONENT