mirror of
https://github.com/Tooloop/Tooloop-Packages.git
synced 2026-04-27 20:41:37 +02:00
10 lines
174 B
Bash
Executable File
10 lines
174 B
Bash
Executable File
#!/bin/bash
|
|
# set -e
|
|
|
|
systemctl stop nginx
|
|
systemctl disable nginx
|
|
rm -f /etc/nginx/sites-enabled/tooloop
|
|
rm -f /assets/logs/access.log
|
|
rm -f /assets/logs/error.log
|
|
|
|
# exit 0 |