We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd5656b commit aa5b595Copy full SHA for aa5b595
1 file changed
scripts/updater.sh
@@ -33,7 +33,7 @@ function upgrade_to_yaml() {
33
# This installation already has a YAML config file, so it was updated.
34
35
# Create a new overwrite config beside the old .rb config but make sure not to overwrite an existing one.
36
- if [ ! -f $HOME/src/bot1_conf.rb ];
+ if [ ! -f $HOME/src/bot1_conf.yml ];
37
then
38
cp $HOME/src/mumble-ruby-pluginbot/scripts/overwrite_conf.yml $HOME/src/bot1_conf.yml
39
touch "${YAML_UPDATE_DONE}" # To know later that we already did this ... :)
0 commit comments