Skip to content

Commit c9b43fb

Browse files
committed
Silence stopping Nginx
no ref - No reason beyond making things quieter
1 parent 7f332ff commit c9b43fb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/migrate.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -497,8 +497,8 @@ main() {
497497
read -rp 'Start Caddy Webserver for automatic HTTPS? This will stop Nginx. (y/n): ' confirm
498498
if [[ "${confirm,,}" == "y" ]]; then
499499
echo "Stopping Nginx..."
500-
systemctl stop nginx || true
501-
systemctl disable nginx || true
500+
systemctl stop nginx -q || true
501+
systemctl disable nginx -q || true
502502

503503
echo "Starting Caddy..."
504504
docker compose up caddy -d

0 commit comments

Comments
 (0)