diff --git a/build_report.sh b/build_report.sh index c5a3c71..a219bb4 100755 --- a/build_report.sh +++ b/build_report.sh @@ -36,7 +36,7 @@ if [ "$(uname)" == "Darwin" ]; then cd /Users/mfolkerts/smartCane/r_app elif [ "$(uname)" == "Linux" ]; then # Commando's voor Linux - cd /var/www/vhosts/smartcane.sobit.nl/r_app + cd /var/www/vhosts/smartcane.sobit.nl/httpdocs/r_app else echo "Onbekend systeem" fi