view host/stop_nginx.sh @ 1747:2fbca5c84422

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Wed, 28 Dec 2022 19:37:48 -0700
parents a65802b06b01
children
line wrap: on
line source

#!/bin/bash

sudo $(which nginx) -s stop;