Skip to content

Commit aa5b595

Browse files
committed
fix
1 parent fd5656b commit aa5b595

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/updater.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ function upgrade_to_yaml() {
3333
# This installation already has a YAML config file, so it was updated.
3434

3535
# 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 ];
36+
if [ ! -f $HOME/src/bot1_conf.yml ];
3737
then
3838
cp $HOME/src/mumble-ruby-pluginbot/scripts/overwrite_conf.yml $HOME/src/bot1_conf.yml
3939
touch "${YAML_UPDATE_DONE}" # To know later that we already did this ... :)

0 commit comments

Comments
 (0)