فهرست منبع

Highlight the fact the script must be ran before you install the template.

Robert Middleswarth 3 سال پیش
والد
کامیت
dad9fd0c32
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      build/joinApps.sh

+ 1 - 1
build/joinApps.sh

@@ -54,7 +54,7 @@ for app in template/apps/*.json; do
 	fi
 	fi
 
 
 	if Script=$( echo "$appjson" | jq -e '.preInstallScript' ) ; then
 	if Script=$( echo "$appjson" | jq -e '.preInstallScript' ) ; then
-		Script="<br><b>Pre-installation script: </b><a href=\"${repo}tools/${Script:1:-1}\" target=\"_blank\">${Script:1:-1}</a>"
+		Script="<br><b>Pre-installation script must be <span style="background-color: #FFFF00">RAN</span> before you install: </b><a href=\"${repo}tools/${Script:1:-1}\" target=\"_blank\">${Script:1:-1}</a>"
 		appjson=$( echo "$appjson" | jq 'del(.preInstallScript)' )
 		appjson=$( echo "$appjson" | jq 'del(.preInstallScript)' )
 	else
 	else
 		unset Script
 		unset Script