correct directories
diff --git a/tutorial1-setup.sh b/tutorial1-setup.sh
index 157c0f6..ca1950f 100644
--- a/tutorial1-setup.sh
+++ b/tutorial1-setup.sh
@@ -3,6 +3,11 @@
 #  
 # This script installs ONOS dependencies and installs a desktop environment on a Miniet VM.
 
+
+export CURRENT_USER=tutorial1
+export USER_HOME=/home/${CURRENT_USER}
+
+
 # -------------- Setup keys -------------------
 
 ssh-keygen -t dsa -P "" -f .ssh/id_dsa