mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
chore: Remove old linux.sh file in web UI files
This commit is contained in:
parent
b05a398d95
commit
465879edf0
1 changed files with 0 additions and 10 deletions
|
|
@ -1,10 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
order="$1"
|
||||
if [ "$order" != "reload" ] && [ "$order" != "start" ] && [ "$order" != "stop" ] && [ "$order" != "restart" ] ; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
systemctl "$1" nginx
|
||||
|
||||
exit $?
|
||||
Loading…
Reference in a new issue