We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d3413b commit 0b16499Copy full SHA for 0b16499
plugin/source/dynamix.unraid.net/usr/local/share/dynamix.unraid.net/install/scripts/setup_api.sh
@@ -69,19 +69,6 @@ else
69
echo "ERROR: .env.production file not found"
70
fi
71
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
-
85
# Ensure rc directories exist and scripts are executable
86
echo "Ensuring shutdown scripts are executable"
87
if [ -d "/etc/rc.d/rc6.d" ]; then
0 commit comments