view host/stop_nginx.sh @ 1920:5b15b33c2d9c

build editor
author Franklin Schmidt <fschmidt@gmail.com>
date Sat, 19 Apr 2025 22:01:48 -0600
parents a65802b06b01
children
line wrap: on
line source

#!/bin/bash

sudo $(which nginx) -s stop;