This commit is contained in:
Your Name
2025-05-17 19:47:20 +12:00
parent 096dc20a64
commit 7b8ce6a658
15 changed files with 6 additions and 1 deletions

View File

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