view host/stop_nginx.sh @ 1755:78cedcd6e1a4

revert
author Franklin Schmidt <fschmidt@gmail.com>
date Sat, 04 Feb 2023 23:24:03 -0700
parents a65802b06b01
children
line wrap: on
line source

#!/bin/bash

sudo $(which nginx) -s stop;