view host/stop_nginx.sh @ 1775:e380ab6c0c78

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 27 Jul 2023 17:52:52 -0600
parents a65802b06b01
children
line wrap: on
line source

#!/bin/bash

sudo $(which nginx) -s stop;