From 2fd4f70abef303ad8817bc2448edfc18f0593de0 Mon Sep 17 00:00:00 2001 From: Martin Folkerts Date: Tue, 30 Jan 2024 16:12:14 +0100 Subject: [PATCH] fixed typo in directory name --- build_report.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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