mirror of
https://github.com/AuxXxilium/arc-addons.git
synced 2024-11-23 21:50:52 +07:00
tree: fix script exit
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
0e3db8a636
commit
411b5b9584
@ -27,3 +27,5 @@ else
|
||||
echo "No cpufreq_${1} module found"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
exit 0
|
@ -116,4 +116,6 @@ while true; do
|
||||
main
|
||||
fi
|
||||
sleep 0.5
|
||||
done
|
||||
done
|
||||
|
||||
exit 0
|
@ -18,4 +18,6 @@ if [ "$governor" != "performance" ]; then
|
||||
done
|
||||
fi
|
||||
|
||||
touch /usr/sbin/stopscale
|
||||
touch /usr/sbin/stopscale
|
||||
|
||||
exit 0
|
@ -22,4 +22,6 @@ fi
|
||||
if [ -d /config/target ]; then
|
||||
mkdir /config/target/iscsi
|
||||
mkdir /config/target/loopback
|
||||
fi
|
||||
fi
|
||||
|
||||
exit 0
|
@ -35,5 +35,4 @@ SUBJECT="$(curl -skL --connect-timeout 10 "${URL}/releases/tag/${TAG}" | pup 'di
|
||||
SUBJECT="${SUBJECT//\"/\\\\\\\"}"
|
||||
synodsmnotify -e false -b false "@administrators" "arc_notify_subject" "{\"%NOTIFICATION%\": \"${NOTIFICATION}\", \"%SUBJECT%\": \"${SUBJECT}\"}"
|
||||
|
||||
|
||||
exit 0
|
Loading…
Reference in New Issue
Block a user