mirror of
https://github.com/samply/bridgehead.git
synced 2025-12-19 05:00:25 +01: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