view host/stop_nginx.sh @ 1730:b1b1f9a14928

fix Table.copy
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 01 Sep 2022 13:35:52 -0600
parents a65802b06b01
children
line wrap: on
line source

#!/bin/bash

sudo $(which nginx) -s stop;