This commit is contained in:
Your Name 2025-05-17 20:04:05 +12:00
parent 33c8a5a2d7
commit 4b7704e061

View File

@ -59,7 +59,7 @@ title "Nuking old service"
ds nuke localhost $SERVICE_NAME || die "Failed to fullnuke old service" ds nuke localhost $SERVICE_NAME || die "Failed to fullnuke old service"
title "Creating 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" title "Installing service"
ds install localhost $SERVICE_NAME || die "Failed to install service" ds install localhost $SERVICE_NAME || die "Failed to install service"