commit | 06aae545b08f02135c5c271bf87a0805f1b8bbf1 | [log] [tgz] |
---|---|---|
author | Marc De Leenheer <marc@onlab.us> | Fri Jan 09 14:47:41 2015 -0800 |
committer | Marc De Leenheer <marc@onlab.us> | Fri Jan 09 14:47:41 2015 -0800 |
tree | 5c944095324c1aef15349de10f8a40b9836edebc | |
parent | 5dbd04f71b2aba6ab887cc7f35a34c1c68c25325 [diff] |
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 -------------------