Skip to content

Commit

Permalink
fix: Keepup wants options before arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
0ffz authored Dec 8, 2024
1 parent 90cb6a3 commit 4a6e911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/dev/keepup
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4a6e911

Please sign in to comment.