This commit is contained in:
Your Name
2025-05-05 21:43:07 +12:00
parent 63490d9ce3
commit 1776a7e45f
3 changed files with 42 additions and 27 deletions

View File

@ -48,7 +48,7 @@ title "Backing up service"
ds backup localhost $SERVICE_NAME || die "Failed to backup service"
title "Restoring service"
ds restore localhost $SERVICE_NAME || die "Failed to restore service"
ds restore localhost $SERVICE_NAME latest || die "Failed to restore service"
title "Checking status"
ds status localhost $SERVICE_NAME || die "Failed to check status"