Skip to content

Commit 4b99d39

Browse files
committed
Update uninstall.sh
1 parent 85ee29a commit 4b99d39

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

FanControl/app/include/linux/scripts/service/uninstall.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ scriptRoot="$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
44
. "$scriptRoot"/Manager.sh
55

66

7-
if ! checkAdmin; then
8-
exit "$needAdminErrorCode"
9-
fi
7+
#if ! checkAdmin; then
8+
# exit "$needAdminErrorCode"
9+
#fi
10+
1011

1112
if checkRunning; then
1213
systemctl stop "$serviceFileName"

0 commit comments

Comments
 (0)