fixed typo in directory name

This commit is contained in:
Martin Folkerts 2024-01-30 16:12:14 +01:00
parent 40a611585e
commit 2fd4f70abe

View file

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