view host/stop_nginx.sh @ 2002:59ad4e136809

add mp3
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 24 Jul 2025 17:03:21 -0600
parents a65802b06b01
children
line wrap: on
line source

#!/bin/bash

sudo $(which nginx) -s stop;