Correct home dir

Change-Id: I2f5b5dfc9d1536e4644271895a9e77e60a74eb90
diff --git a/opt-setup.sh b/opt-setup.sh
index fe6b138..e7c895f 100644
--- a/opt-setup.sh
+++ b/opt-setup.sh
@@ -4,7 +4,7 @@
 # This script installs ONOS dependencies for packet/optical use case.
 
 
-export CURRENT_USER=opt
+export CURRENT_USER=optical
 export USER_HOME=/home/${CURRENT_USER}
 
 # -------------- Setup keys -------------------