view host/stop_nginx.sh @ 1703:3a61451f8130

add bbcode video
author Franklin Schmidt <fschmidt@gmail.com>
date Fri, 01 Jul 2022 00:12:05 -0600
parents a65802b06b01
children
line wrap: on
line source

#!/bin/bash

sudo $(which nginx) -s stop;