mirror of
https://github.com/d0zingcat/ghost-docker.git
synced 2026-05-13 15:09:34 +00:00
Silence stopping Nginx
no ref - No reason beyond making things quieter
This commit is contained in:
@@ -497,8 +497,8 @@ main() {
|
||||
read -rp 'Start Caddy Webserver for automatic HTTPS? This will stop Nginx. (y/n): ' confirm
|
||||
if [[ "${confirm,,}" == "y" ]]; then
|
||||
echo "Stopping Nginx..."
|
||||
systemctl stop nginx || true
|
||||
systemctl disable nginx || true
|
||||
systemctl stop nginx -q || true
|
||||
systemctl disable nginx -q || true
|
||||
|
||||
echo "Starting Caddy..."
|
||||
docker compose up caddy -d
|
||||
|
||||
Reference in New Issue
Block a user