Skip to content

Commit f6408c6

Browse files
committed
rm file_patches.sh
1 parent 641801b commit f6408c6

File tree

2 files changed

+0
-87
lines changed

2 files changed

+0
-87
lines changed

plugin/plugins/dynamix.unraid.net.plg

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -262,16 +262,6 @@ LOGFILE="/var/log/unraid-api/dynamix-unraid-install.log"
262262
mkdir -p "$(dirname "$LOGFILE")"
263263
264264
echo "Starting Unraid Connect installation..."
265-
# Apply file patches and system configurations
266-
if [ -x "$SCRIPTS_DIR/file_patches.sh" ]; then
267-
echo "Applying system patches and configurations..."
268-
echo "Running file_patches.sh" >> "$LOGFILE"
269-
# Capture output and add to log file
270-
patches_output=$("$SCRIPTS_DIR/file_patches.sh")
271-
echo "$patches_output" >> "$LOGFILE"
272-
else
273-
echo "ERROR: file_patches.sh not found or not executable" >> "$LOGFILE"
274-
fi
275265
276266
# Setup the API (but don't start it yet)
277267
if [ -x "$SCRIPTS_DIR/setup_api.sh" ]; then

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

Lines changed: 0 additions & 77 deletions
This file was deleted.

0 commit comments

Comments
 (0)