Skip to content
Snippets Groups Projects
Verified Commit 08e198ff authored by David Beniamine's avatar David Beniamine
Browse files

Fix broken reset_passwd

parent d0348888
Branches
No related tags found
No related merge requests found
...@@ -53,7 +53,7 @@ case $action in ...@@ -53,7 +53,7 @@ case $action in
$compose down $@ $compose down $@
;; ;;
"reset_passwd") "reset_passwd")
$cmd rm .htpasswd.persist $cmd rm /config/.htpasswd.persist
$compose down $compose down
$compose up -d $compose up -d
;; ;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment