Pipe through temp folder to scripts.

This commit is contained in:
Your Name
2025-05-05 20:11:36 +12:00
parent 7c9a45edf5
commit e727fc518f
9 changed files with 103 additions and 27 deletions

View File

@ -27,16 +27,6 @@ fi
title "Checking template $TEMPLATE"
HASH1=$(ds hash "$SCRIPT_DIR/$TEMPLATE")
HASH2=$(ds hash "/opt/dropshell/templates/$TEMPLATE")
if [ "$HASH1" != "$HASH2" ]; then
echo "Template $TEMPLATE is out of date"
echo "Need to run build.sh, and install locally."
exit 1
fi
SERVICE_NAME="test-$TEMPLATE"
title "Creating service"