We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f332ff commit c9b43fbCopy full SHA for c9b43fb
1 file changed
scripts/migrate.sh
@@ -497,8 +497,8 @@ main() {
497
read -rp 'Start Caddy Webserver for automatic HTTPS? This will stop Nginx. (y/n): ' confirm
498
if [[ "${confirm,,}" == "y" ]]; then
499
echo "Stopping Nginx..."
500
- systemctl stop nginx || true
501
- systemctl disable nginx || true
+ systemctl stop nginx -q || true
+ systemctl disable nginx -q || true
502
503
echo "Starting Caddy..."
504
docker compose up caddy -d
0 commit comments