From 771dcef4f7b37b19652977e1b747a61a3e8844b0 Mon Sep 17 00:00:00 2001 From: Eli Bosley Date: Sun, 31 Aug 2025 09:10:41 -0400 Subject: [PATCH] fix: update PHP path in plugin and enhance deployment script for web components - Changed the PHP executable path in the plugin from `/bin/php` to `/usr/bin/php` for better compatibility. - Improved the `deploy-dev.sh` script by ensuring proper quoting in the rsync command and adding a check to create the remote directory for standalone apps, enhancing deployment reliability. --- plugin/plugins/dynamix.unraid.net.plg | 2 +- web/scripts/deploy-dev.sh | 15 +++++++-------- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/plugin/plugins/dynamix.unraid.net.plg b/plugin/plugins/dynamix.unraid.net.plg index 8ed331283..f0fe7f55c 100755 --- a/plugin/plugins/dynamix.unraid.net.plg +++ b/plugin/plugins/dynamix.unraid.net.plg @@ -166,7 +166,7 @@ exit 0 - + "${AUTH_REQUEST_FILE}.tmp"