Add echo in build/joinApps.sh to easy debug (#330)

This commit is contained in:
Rafael Blumberg
2022-05-28 17:30:51 +01:00
committed by GitHub
parent 952ac6b801
commit fd93195b6c

View File

@@ -20,6 +20,9 @@ cd "$scriptDir/.." || exit
# Parsing all json files in apps folder
for app in template/apps/*.json; do
# Output app name to easy debug
echo "adding $app to template..."
# Adding app template to 32 and 64 bits variables
appjson=$( cat "$app" )