diff --git a/scripts/dev/keepup b/scripts/dev/keepup index 768da33..c278a24 100644 --- a/scripts/dev/keepup +++ b/scripts/dev/keepup @@ -29,7 +29,7 @@ if [ "$KEEPUP" = "true" ]; then echo "Keepup enabled" keepup plugins $pluginVersionsFile $keepupDownloadsDir $pluginsDir --hide-progress-bar \ - config --source $configSource --dest $HOME --inventory $keepupDir/keepup-configs.yml --template-cache $keepupDir/templates survival + config --source $configSource --dest $HOME --inventory $keepupDir/keepup-configs.yml --template-cache $keepupDir/templates ${SERVER_NAME} else echo "KEEPUP is not set to 'true', not running keepup" fi