Merge pull request #323 from philipgiuliani/patch-2

Fix output paths of the install script
This commit is contained in:
Bastian Schroll 2017-10-21 22:15:42 +02:00 committed by GitHub
commit ec96317226
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -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