view host/stop_nginx.sh @ 1832:d55c3eaf21d7

add jar
author clarkton <ibraclarkton@gmail.com>
date Wed, 11 Dec 2024 17:17:56 +0000
parents a65802b06b01
children
line wrap: on
line source

#!/bin/bash

sudo $(which nginx) -s stop;