Explorar o código

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

Robert Middleswarth %!s(int64=3) %!d(string=hai) anos
pai
achega
dad9fd0c32
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      build/joinApps.sh

+ 1 - 1
build/joinApps.sh

@@ -54,7 +54,7 @@ for app in template/apps/*.json; do
 	fi
 
 	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)' )
 	else
 		unset Script