mirror of
https://github.com/samply/bridgehead.git
synced 2025-06-17 01:20:14 +02:00
add generic bash function addBasicAuthUser
This commit is contained in:
@ -103,6 +103,10 @@ case "$ACTION" in
|
||||
uninstall)
|
||||
exec ./lib/uninstall-bridgehead.sh $PROJECT
|
||||
;;
|
||||
addUser)
|
||||
loadVars
|
||||
exec ./lib/sitespecific-functions.sh $PROJECT
|
||||
;;
|
||||
enroll)
|
||||
loadVars
|
||||
|
||||
|
Reference in New Issue
Block a user