From 4b7704e061a207c97614a752a61237582b6401d5 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 17 May 2025 20:04:05 +1200 Subject: [PATCH] test --- test_template.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_template.sh b/test_template.sh index d0c4623..5063aa1 100755 --- a/test_template.sh +++ b/test_template.sh @@ -59,7 +59,7 @@ title "Nuking 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" +ds create-service localhost $SERVICE_NAME $TEMPLATE || die "Failed to create service" title "Installing service" ds install localhost $SERVICE_NAME || die "Failed to install service"