Skip to content

Commit

Permalink
Fixes server start issues on Linux
Browse files Browse the repository at this point in the history
Fixes #327
  • Loading branch information
NielsPilgaard authored Mar 26, 2020
1 parent a5c3d93 commit a2bc546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion development/include-in-server-files/server-start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ read_config(){
eval "export ${name}='${val%?}'"
fi
fi
done < settings_linux.cfg
done < settings-linux.cfg

}

Expand Down

0 comments on commit a2bc546

Please sign in to comment.