Skip to content

Commit

Permalink
fix: Don't hardcode config sync for survival 🤦
Browse files Browse the repository at this point in the history
  • Loading branch information
0ffz committed May 28, 2024
1 parent 9ecb95f commit 240ba6f
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 @@ -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

0 comments on commit 240ba6f

Please sign in to comment.