From 46e5e0a6d24d2e17a5e626dc3f5400c9c0958032 Mon Sep 17 00:00:00 2001 From: Chris Renshaw Date: Mon, 3 Mar 2025 07:02:37 -0400 Subject: [PATCH] Force Platform builds via Action button --- module/action.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/action.sh b/module/action.sh index 0947abb..d468327 100644 --- a/module/action.sh +++ b/module/action.sh @@ -4,7 +4,7 @@ MODPATH="${0%/*}" set +o standalone unset ASH_STANDALONE -sh $MODPATH/autopif2.sh || exit 1 +sh $MODPATH/autopif2.sh -p || exit 1 echo -e "\nDone!"