fixed typo in directory name
This commit is contained in:
parent
40a611585e
commit
2fd4f70abe
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue