view host/stop_nginx.sh @ 1785:39d2be9784ab

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Sun, 10 Dec 2023 21:13:30 -0700
parents a65802b06b01
children
line wrap: on
line source

#!/bin/bash

sudo $(which nginx) -s stop;