Skip to content

Commit 0b16499

Browse files
committed
fix: use the startup step of the API to download dependency package
1 parent 1d3413b commit 0b16499

File tree

1 file changed

+0
-13
lines changed
  • plugin/source/dynamix.unraid.net/usr/local/share/dynamix.unraid.net/install/scripts

1 file changed

+0
-13
lines changed

plugin/source/dynamix.unraid.net/usr/local/share/dynamix.unraid.net/install/scripts/setup_api.sh

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -69,19 +69,6 @@ else
6969
echo "ERROR: .env.production file not found"
7070
fi
7171

72-
# Restore dependencies using vendor archive from package
73-
if [ -x "/etc/rc.d/rc.unraid-api" ]; then
74-
echo "Restoring dependencies using auto-detection"
75-
if /etc/rc.d/rc.unraid-api ensure; then
76-
echo "Dependencies restored successfully"
77-
else
78-
echo "ERROR: Failed to restore dependencies" >&2
79-
exit 1
80-
fi
81-
else
82-
echo "Dependencies not restored: rc.unraid-api executable not found"
83-
fi
84-
8572
# Ensure rc directories exist and scripts are executable
8673
echo "Ensuring shutdown scripts are executable"
8774
if [ -d "/etc/rc.d/rc6.d" ]; then

0 commit comments

Comments
 (0)