From f79a538bf2c344bcd0f16ca15ce5782e60e6bc8a Mon Sep 17 00:00:00 2001 From: Peng Zhihui Date: Wed, 26 Feb 2014 09:43:40 +0800 Subject: [PATCH] Modify install_shell dir to meet new_install modified: setup.sh --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 1629bf3..bf7718f 100755 --- a/setup.sh +++ b/setup.sh @@ -2,7 +2,7 @@ #Script -cd install_shell +cd /opt/StateGrid/install_shell if [ $# -lt 3 ];then echo -e "Please enter the user name,user's home directory,user's shell!\n" echo -e "example:\n$0 d5000 /home/d5000/huazhong tcsh"