Skip to content

Commit

Permalink
fix: dest should also be /server
Browse files Browse the repository at this point in the history
  • Loading branch information
0ffz authored Dec 9, 2024
1 parent c6a0940 commit 3ec931a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/dev/keepup_temp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if [ "$KEEPUP" = "true" ]; then
fi

keepup plugins --hide-progress-bar $pluginVersionsFile $keepupDownloadsDir $pluginsDir \
config --source $configSource --dest /data --inventory $keepupDir/keepup-configs.yml --template-cache $keepupDir/templates ${SERVER_NAME}
config --source $configSource --dest /server --inventory $keepupDir/keepup-configs.yml --template-cache $keepupDir/templates ${SERVER_NAME}
else
echo "KEEPUP is not set to 'true', not running keepup"
fi

0 comments on commit 3ec931a

Please sign in to comment.