annotate host/stop_nginx.sh @ 2046:e0896f65c847 acme-tiny tip

fix temp_dir_string initiation
author Violet7
date Sun, 09 Nov 2025 02:38:09 -0800
parents a65802b06b01
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1637
a65802b06b01 add nginx scripts
fffilimonov
parents:
diff changeset
1 #!/bin/bash
a65802b06b01 add nginx scripts
fffilimonov
parents:
diff changeset
2
a65802b06b01 add nginx scripts
fffilimonov
parents:
diff changeset
3 sudo $(which nginx) -s stop;