Skip to content

Commit c18bee3

Browse files
committed
fix: missing closing brace
1 parent f6d75d8 commit c18bee3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

plugin/plugins/dynamix.unraid.net.plg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ if [ -e /etc/rc.d/rc.unraid-api ]; then
365365
# uninstall the api
366366
rm -rf /usr/local/unraid-api
367367
rm -rf /var/run/unraid-api.sock
368-
368+
fi
369369
]]>
370370
</INLINE>
371371
</FILE>
@@ -385,6 +385,8 @@ if [ -e /etc/rc.d/rc.unraid-api ]; then
385385
<INLINE>
386386
<![CDATA[
387387
echo "Restoring Files"
388+
389+
if [ -e /etc/rc.d/rc.unraid-api ]; then
388390
# restore stock files
389391
FILES_TO_RESTORE=(
390392
"/usr/local/emhttp/plugins/dynamix/DisplaySettings.page"

0 commit comments

Comments
 (0)