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"