Skip to content

Commit 98847c4

Browse files
committed
fix: remove connect api plugin upon removal of Connect Unraid plugin
1 parent 6b3b951 commit 98847c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugin/plugins/dynamix.unraid.net.plg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,8 @@ exit 0
198198
199199
if [ "$is_7_2_or_higher" = true ]; then
200200
echo "Unraid 7.2+ detected. Using safe removal method."
201-
201+
/etc/rc.d/rc.unraid-api plugins remove unraid-api-plugin-connect -b --no-restart
202+
202203
# Send notification to user
203204
/usr/local/emhttp/webGui/scripts/notify \
204205
-e "Unraid Connect" \

0 commit comments

Comments
 (0)