Commit b659d29a authored by Cameron Carney's avatar Cameron Carney

removed extra commands, not needed...

parent 9d42e4f2
...@@ -55,7 +55,7 @@ __From v0.5.x to v0.6.x:__ ...@@ -55,7 +55,7 @@ __From v0.5.x to v0.6.x:__
--- ---
SSL Encryption is an optional but recommended feature. Automatic SSL is provided by Let's Encrypt. When using the webroot feature in certbot (refer to docker-compose.yml), you should mount the .well-known directory created to `/var/www/html/.well-known` within the panel container. SSL Encryption is an optional but recommended feature. Automatic SSL is provided by Let's Encrypt. When using the webroot feature in certbot (refer to docker-compose.yml), you should mount the .well-known directory created to `/var/www/html/public/.well-known` within the panel container.
### Contributing ### ### Contributing ###
......
...@@ -112,16 +112,10 @@ function dbseed { ...@@ -112,16 +112,10 @@ function dbseed {
init init
case "$1" in case "$1" in
p:down)
php artisan down
;;
p:start) p:start)
initServer initServer
exec supervisord --nodaemon exec supervisord --nodaemon
;; ;;
p:up)
php artisan up
;;
p:update) p:update)
updateConfiguration updateConfiguration
;; ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment