Skip to content

Commit

Permalink
fix: pluginsDir on velocity should point to /server not /data
Browse files Browse the repository at this point in the history
  • Loading branch information
0ffz authored Dec 9, 2024
1 parent 660eb45 commit c6a0940
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 @@ -4,7 +4,7 @@ set -e
keepupDir=/server/keepupDir
keepupDownloadsDir=$keepupDir/downloads
keepupOverridesFile=$keepupDir/overrides.conf
pluginsDir=/data/plugins
pluginsDir=/server/plugins
configSource=/server-config/
pluginVersionsFile=/server-config/keepup/plugin-versions.conf

Expand Down

0 comments on commit c6a0940

Please sign in to comment.