Pipe through temp folder to scripts.
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user