view host/stop_nginx.sh @ 1842:22f73129eb4a

add load_jar
author Franklin Schmidt <fschmidt@gmail.com>
date Sat, 01 Feb 2025 16:54:41 -0700
parents a65802b06b01
children
line wrap: on
line source

#!/bin/bash

sudo $(which nginx) -s stop;