chore: Remove old linux.sh file in web UI files

This commit is contained in:
Théophile Diot 2024-08-02 11:54:24 +01:00
parent b05a398d95
commit 465879edf0
No known key found for this signature in database
GPG key ID: FA995104A0BA376A

View file

@ -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 $?