diff --git a/.github/scripts/generate-pr-plugin.sh b/.github/scripts/generate-pr-plugin.sh index 660c054f7..983bd4cbc 100755 --- a/.github/scripts/generate-pr-plugin.sh +++ b/.github/scripts/generate-pr-plugin.sh @@ -21,7 +21,7 @@ fi # If no plugin URL provided, generate one based on R2 location if [ -z "$PLUGIN_URL" ]; then # Extract base URL from TXZ_URL and use consistent filename - PLUGIN_URL=$(echo "$TXZ_URL" | sed "s|\.tar\.gz|.plg|") + PLUGIN_URL="${TXZ_URL%.tar.gz}.plg" fi # Use consistent filename (no version in filename, version is inside the plugin) diff --git a/emhttp/plugins/dynamix/Main.page b/emhttp/plugins/dynamix/Main.page index b68dcf2f0..81d5a7c30 100644 --- a/emhttp/plugins/dynamix/Main.page +++ b/emhttp/plugins/dynamix/Main.page @@ -1,4 +1,4 @@ Menu="Tasks:1" Type="xmenu" Code="e908" -Load="30" \ No newline at end of file +Load="30"