Skip to content

Commit

Permalink
Add param to rsync for mods that will remove unused mods
Browse files Browse the repository at this point in the history
  • Loading branch information
SavedByGrace251 committed Jan 22, 2024
1 parent d79d54e commit 688fe4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ write_bepinex_config() {
fi
if [ -d "$config_path/plugins" ] && [ -d "$plugins_path" ]; then
info "Syncing BepInEx plugins from $config_path/plugins/ -> $plugins_path"
rsync -a --itemize-changes "$config_path/plugins/" "$plugins_path"
rsync -a --delete --itemize-changes "$config_path/plugins/" "$plugins_path"
fi
fi
if [ -n "$POST_BEPINEX_CONFIG_HOOK" ]; then
Expand Down

0 comments on commit 688fe4e

Please sign in to comment.