mirror of
https://github.com/samply/bridgehead.git
synced 2025-06-17 01:20:14 +02:00
refactor addUser to adduser - lowercase
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user