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:__
---
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 ###
......
......@@ -112,16 +112,10 @@ function dbseed {
init
case "$1" in
p:down)
php artisan down
;;
p:start)
initServer
exec supervisord --nodaemon
;;
p:up)
php artisan up
;;
p:update)
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