view host/stop_nginx.sh @ 1803:d1dd61e6dd84

backtick fix
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 07 May 2024 19:45:20 -0600
parents a65802b06b01
children
line wrap: on
line source

#!/bin/bash

sudo $(which nginx) -s stop;