This commit is contained in:
Your Name
2025-05-17 22:44:43 +12:00
parent 4b7704e061
commit 9be56685ec
3 changed files with 8 additions and 3 deletions

View File

@ -56,7 +56,7 @@ title "Checking template $TEMPLATE"
SERVICE_NAME="test-$TEMPLATE"
title "Nuking old service"
ds nuke localhost $SERVICE_NAME || die "Failed to fullnuke old service"
ds nuke localhost $SERVICE_NAME || die "Failed to nuke old service"
title "Creating service"
ds create-service localhost $SERVICE_NAME $TEMPLATE || die "Failed to create service"