diff --git a/CHANGELOG.md b/CHANGELOG.md index d317f04..399d5c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ ##### Deprecated ##### Removed ##### Fixed +- Schreibfehler der Pfadangabe im Installer [#317](https://github.com/Schrolli91/BOSWatch/pull/317) - Schreibfehler in Service Readme [#313](https://github.com/Schrolli91/BOSWatch/issues/313) - Einige Code-Style Verbesserungen [#310](https://github.com/Schrolli91/BOSWatch/pull/310) ##### Security diff --git a/install.sh b/install.sh index 38a4530..3fc8140 100644 --- a/install.sh +++ b/install.sh @@ -213,7 +213,7 @@ echo "Installation ready!" tput cup 19 3 echo "Watch out: to run BOSWatch you have to modify the config.ini!" echo "Do the following step to do so:" -echo "sudo nano $boswatchpath/BOSWatch/config/config.ini" +echo "sudo nano $boswatchpath/config/config.ini" echo "and modify the config as you need. This step is optional if you are upgrading an old version of BOSWatch. " tput cnorm