Add new build-webapp command and related scripts and containers. #626

Merged
telackey merged 6 commits from telackey/pwa into main 2023-11-08 00:15:04 +00:00
Showing only changes of commit fc3e0e61be - Show all commits

View File

@ -44,8 +44,8 @@ if [ $? -ne 1 ]; then
fi
grep "$UUID" test.after > /dev/null
if [ $? -ne 1 ]; then
echo "Found $UUID in before ouput."
if [ $? -ne 0 ]; then
echo "Unable to find $UUID in after ouput."
exit 1
fi