From 4a6e911ab87f3cd69a13fde578c84c9f61b7be14 Mon Sep 17 00:00:00 2001 From: Danielle Voznyy Date: Sun, 8 Dec 2024 18:35:07 -0500 Subject: [PATCH] fix: Keepup wants options before arguments --- scripts/dev/keepup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dev/keepup b/scripts/dev/keepup index 4c2277e..fe6b15d 100644 --- a/scripts/dev/keepup +++ b/scripts/dev/keepup @@ -19,7 +19,7 @@ if [ "$KEEPUP" = "true" ]; then export KEEPUP_JSON_PATH=gensokyoreimagined.servers.${SERVER_NAME} fi - keepup plugins $pluginVersionsFile $keepupDownloadsDir $pluginsDir --hide-progress-bar \ + keepup plugins --hide-progress-bar $pluginVersionsFile $keepupDownloadsDir $pluginsDir \ config --source $configSource --dest /data --inventory $keepupDir/keepup-configs.yml --template-cache $keepupDir/templates ${SERVER_NAME} else echo "KEEPUP is not set to 'true', not running keepup"