[scripts][All][Non-ACR][path changes related to TCT_CONFIG has been done in all requi...
authornibha.sharma <nibha.sharma@samsung.com>
Thu, 2 Feb 2017 05:54:54 +0000 (11:24 +0530)
committerNibha Sharma <nibha.sharma@samsung.com>
Mon, 6 Feb 2017 06:14:40 +0000 (22:14 -0800)
Change-Id: If1c73100765dbd311bb0096ccc1a636e3abd9508
Signed-off-by: nibha.sharma <nibha.sharma@samsung.com>
32 files changed:
scripts_tpk/common_iot.sed
scripts_tpk/external_wrapper.sh
scripts_tpk/external_wrapper_coverage.sh
scripts_tpk/external_wrapper_dali_app_launch.sh
scripts_tpk/external_wrapper_dali_binary_launch.sh
scripts_tpk/inst.sh
scripts_tpk/mobile.sed
scripts_tpk/spec.sh
scripts_tpk/tv.sed
scripts_tpk/wearable.sed
src/CMakeLists.txt
src/ctc/platform-permission/post-install/post-inst.sh
src/itc/alarm/post-install/post-inst.sh
src/itc/application/post-install/post-inst.sh
src/itc/media-content/post-install/post-inst.sh
src/itc/media-vision/post-install/post-inst.sh
src/itc/service-adaptor/post-install/post-inst.sh
src/utc/capi-media-vision/post-install/post-inst.sh
src/utc/email/post-install/post-inst.sh
src/utc/media-content/post-install/post-inst.sh
src/utc/metadata-editor/post-install/post-inst.sh
src/utc/service-adaptor/post-install/post-inst.sh
src/utc/streamrecorder/post-install/post-inst.sh
src/utc/wav-player/post-install/post-inst.sh
templates/external_wrapper_asan/external_wrapper.sh
templates/external_wrapper_coverage/external_wrapper.sh
templates/external_wrapper_dali_app_launch/external_wrapper.sh
templates/external_wrapper_dali_binary_launch/external_wrapper.sh
templates/external_wrapper_execution/external_wrapper.sh
templates/external_wrapper_non_single_process/external_wrapper.sh
templates/tct-package-asan/inst.sh
templates/tct-package/inst.sh

index 6681e072e0848a8b2ada08fd6fdfc65ff514b607..bd04c8ea0274fdf14cd4bcacd1cc5f15e5ac6a3f 100755 (executable)
@@ -1,7 +1,7 @@
 /define CONFIG_VALUE_LEN_MAX           1024/{i\
 #define CONFIG_VALUE_LEN_MAX           1024\
 #define CONFIGFILE_PATH "/tmp/TC_Config.txt"\
-#define TCT_CONFIG "/tmp/TCT_CONFIG"\
+#define TCT_CONFIG "/home/owner/share/TCT_CONFIG"\
 #define ERR_LOG        "/tmp/tclog"\
 #define ERR_UTC_LOG    "/tmp/utclog"\
 #define DEBUG 0\
index 049a4e32bd5e4b21cf2415aa31a777f8c33f5b70..06271c1e389db9dbc719f8c0c5be99b29e059394 100755 (executable)
@@ -21,8 +21,8 @@ TIMEOUT_VALUE=60 #default timeout value
 FILE="/tmp/TC_Timeout.txt"
 SCRIPT_DIR="/home/owner/share"
 
-# extract TCT configuration directory from TCT_CONFIG_FILE (/tmp/TCT_CONFIG)
-TCT_CONFIG_FILE=/tmp/TCT_CONFIG
+# extract TCT configuration directory from TCT_CONFIG_FILE (/home/owner/share/TCT_CONFIG)
+TCT_CONFIG_FILE=/home/owner/share/TCT_CONFIG
 if [ ! -f $TCT_CONFIG_FILE ];then
        echo "$TCT_CONFIG_FILE is not Found : Can Not Read TCT Configuration File to get Execution Mode"
        exit 1;
index 61a0f4a46d2575c85874225ff456c746a9babe7b..c41671fcaada909ee530c9cd680dc6e56cf26004 100755 (executable)
@@ -21,8 +21,8 @@ TIMEOUT_VALUE=60 #default timeout value
 FILE="/tmp/TC_Timeout.txt"
 SCRIPT_DIR="/home/owner/share"
 
-# extract TCT configuration directory from TCT_CONFIG_FILE (/tmp/TCT_CONFIG)
-TCT_CONFIG_FILE=/tmp/TCT_CONFIG
+# extract TCT configuration directory from TCT_CONFIG_FILE (/home/owner/share/TCT_CONFIG)
+TCT_CONFIG_FILE=/home/owner/share/TCT_CONFIG
 if [ ! -f $TCT_CONFIG_FILE ];then
        echo "$TCT_CONFIG_FILE is not Found : Can Not Read TCT Configuration File to get Execution Mode"
        exit 1;
index f37c9ed502d60e753cf45153fb61b43944ae866d..670b6f5ca6d41f7f3ce5bfcbbb713aebc871afac 100755 (executable)
@@ -19,8 +19,8 @@
 
 TIMEOUT_VALUE=60 #default timeout value
 FILE="/tmp/TC_Timeout.txt"
-# extract TCT configuration directory from TCT_CONFIG_FILE (/tmp/TCT_CONFIG)
-TCT_CONFIG_FILE=/tmp/TCT_CONFIG
+# extract TCT configuration directory from TCT_CONFIG_FILE (/home/owner/share/TCT_CONFIG)
+TCT_CONFIG_FILE=/home/owner/share/TCT_CONFIG
 if [ ! -f $TCT_CONFIG_FILE ];then
        echo "$TCT_CONFIG_FILE is not Found : Can Not Read TCT Configuration File to get Execution Mode"
        exit 1;
index 2d44772e49116d2c4c4547b36824f4209ec048d3..6ebdde9032d5f7a48122b315ae289c2199e82be1 100755 (executable)
@@ -19,8 +19,8 @@
 
 TIMEOUT_VALUE=60 #default timeout value
 FILE="/tmp/TC_Timeout.txt"
-# extract TCT configuration directory from TCT_CONFIG_FILE (/tmp/TCT_CONFIG)
-TCT_CONFIG_FILE=/tmp/TCT_CONFIG
+# extract TCT configuration directory from TCT_CONFIG_FILE (/home/owner/share/TCT_CONFIG)
+TCT_CONFIG_FILE=/home/owner/share/TCT_CONFIG
 if [ ! -f $TCT_CONFIG_FILE ];then
        echo "$TCT_CONFIG_FILE is not Found : Can Not Read TCT Configuration File to get Execution Mode"
        exit 1;
index 5ae60c8f88d40c6296e852b57212bf373216292a..2c1e482917d5143d242dec879946eb5b6a4169fb 100755 (executable)
@@ -32,8 +32,8 @@
    -i install wgt and config environment
    -u uninstall wgt and remove source file
  [-i] option was set as default."
- # extract TCT configuration directory from TCT_CONFIG_FILE (/tmp/TCT_CONFIG)
-TCT_CONFIG_FILE=/tmp/TCT_CONFIG
+ # extract TCT configuration directory from TCT_CONFIG_FILE (/home/owner/share/TCT_CONFIG)
+TCT_CONFIG_FILE=/home/owner/share/TCT_CONFIG
 if [ ! -f $TCT_CONFIG_FILE ];then
        echo ""
        echo "****************FATAL ERROR : inst.sh***************************"
index 882dc637421a2292dab62a4bd90156e3a3d52725..8e05282f91cf4425b1817b49c838e2aeca26cc0e 100755 (executable)
@@ -1,7 +1,7 @@
 /define CONFIG_VALUE_LEN_MAX           1024/{i\
 #define CONFIG_VALUE_LEN_MAX           1024\
 #define CONFIGFILE_PATH "/tmp/TC_Config.txt"\
-#define TCT_CONFIG "/tmp/TCT_CONFIG"\
+#define TCT_CONFIG "/home/owner/share/TCT_CONFIG"\
 #define ERR_LOG        "/tmp/tclog"\
 #define ERR_UTC_LOG    "/tmp/utclog"\
 #define DEBUG 0\
index ea9ba57ceeac1126d38ab25d285ef23367d37091..c8e6d36bcacd89116228e805c4491381420a84e2 100755 (executable)
@@ -15,8 +15,8 @@
 # limitations under the License.
 #
 
-# extract TCT configuration directory from TCT_CONFIG_FILE (/tmp/TCT_CONFIG)
-TCT_CONFIG_FILE=/tmp/TCT_CONFIG
+# extract TCT configuration directory from TCT_CONFIG_FILE (/home/owner/share/TCT_CONFIG)
+TCT_CONFIG_FILE=/home/owner/share/TCT_CONFIG
 if [ ! -f $TCT_CONFIG_FILE ];then
        echo ""
        echo "****************FATAL ERROR : spec.sh***************************"
index 1f1e4fee246bf128b3961dff0dc0457a316dc2ed..f8d78dc7b99a6e1292aa6e71866d3f54dce75909 100755 (executable)
@@ -1,7 +1,7 @@
 /define CONFIG_VALUE_LEN_MAX           1024/{i\
 #define CONFIG_VALUE_LEN_MAX           1024\
 #define CONFIGFILE_PATH "/tmp/TC_Config.txt"\
-#define TCT_CONFIG "/tmp/TCT_CONFIG"\
+#define TCT_CONFIG "/home/owner/share/TCT_CONFIG"\
 #define ERR_LOG        "/tmp/tclog"\
 #define ERR_UTC_LOG    "/tmp/utclog"\
 #define DEBUG 0\
index fc65281e708683a8c85c30316e9caf2da905c2b2..e3ba7ca799d3eb6e88a6abd00f737d20a8108726 100755 (executable)
@@ -1,7 +1,7 @@
 /define CONFIG_VALUE_LEN_MAX           1024/{i\
 #define CONFIG_VALUE_LEN_MAX           1024\
 #define CONFIGFILE_PATH "/tmp/TC_Config.txt"\
-#define TCT_CONFIG "/tmp/TCT_CONFIG"\
+#define TCT_CONFIG "/home/owner/share/TCT_CONFIG"\
 #define ERR_LOG        "/tmp/tclog"\
 #define ERR_UTC_LOG    "/tmp/utclog"\
 #define DEBUG 0\
index 6b514f802c9078607f0c23e7b19ec720be448d24..d8144a1b7089ea340ce13f4a5c4cc3d1173f9a4a 100755 (executable)
@@ -4,7 +4,7 @@ IF( DEFINED MODULE )
        SET(MEMORYCHECK 0)
        SET(DEBUGVAL 0)
        SET(CONFIGFILEPATH "\"/tmp/TC_Config.txt\"")
-       SET(TCT_CONFIG "\"/tmp/TCT_CONFIG\"")
+       SET(TCT_CONFIG "\"/home/owner/share/TCT_CONFIG\"")
        SET(ERR_LOG "\"/tmp/tclog\"")
        SET(ERR_UTC_LOG "\"/tmp/utclog\"")
        #~ SET(TIME_INTERVAL 500)
index d5c1af6bf24e4857c2cb83ef4c0e1844625eca64..00533eb6f23b739bb1b0f17582af9a016d6c4ea2 100755 (executable)
@@ -15,9 +15,9 @@
 # limitations under the License.
 #
 
-# extract TCT configuration directory from TCT_CONFIG_FILE (/tmp/TCT_CONFIG)
+# extract TCT configuration directory from TCT_CONFIG_FILE (/home/owner/share/TCT_CONFIG)
 APP_DIR=/usr/apps
-TCT_CONFIG_FILE=/tmp/TCT_CONFIG
+TCT_CONFIG_FILE=/home/owner/share/TCT_CONFIG
 PKG_NAME=$1
 MODE=$2
 
index 081bee948d23e905d6e757bbf536b16f5e13cc50..bce947df3d920b45a26f9d30251dcb457b60c0ba 100755 (executable)
@@ -15,9 +15,9 @@
 # limitations under the License.
 #
 
-# extract TCT configuration directory from TCT_CONFIG_FILE (/tmp/TCT_CONFIG)
+# extract TCT configuration directory from TCT_CONFIG_FILE (/home/owner/share/TCT_CONFIG)
 APP_DIR=/usr/apps
-TCT_CONFIG_FILE=/tmp/TCT_CONFIG
+TCT_CONFIG_FILE=/home/owner/share/TCT_CONFIG
 PKG_NAME=$1
 MODE=$2
 
index 081bee948d23e905d6e757bbf536b16f5e13cc50..bce947df3d920b45a26f9d30251dcb457b60c0ba 100755 (executable)
@@ -15,9 +15,9 @@
 # limitations under the License.
 #
 
-# extract TCT configuration directory from TCT_CONFIG_FILE (/tmp/TCT_CONFIG)
+# extract TCT configuration directory from TCT_CONFIG_FILE (/home/owner/share/TCT_CONFIG)
 APP_DIR=/usr/apps
-TCT_CONFIG_FILE=/tmp/TCT_CONFIG
+TCT_CONFIG_FILE=/home/owner/share/TCT_CONFIG
 PKG_NAME=$1
 MODE=$2
 
index fec6c659c183490ff641f358531bba6078d6415d..4c87f3058345e9fd4a18fea7b67d29851be2deed 100755 (executable)
@@ -15,9 +15,9 @@
 # limitations under the License.
 #
 
-# extract TCT configuration directory from TCT_CONFIG_FILE (/tmp/TCT_CONFIG)
+# extract TCT configuration directory from TCT_CONFIG_FILE (/home/owner/share/TCT_CONFIG)
 APP_DIR=/usr/apps
-TCT_CONFIG_FILE=/tmp/TCT_CONFIG
+TCT_CONFIG_FILE=/home/owner/share/TCT_CONFIG
 PKG_NAME=$1
 MODE=$2
 
index 3b917969c2e23ec60aed77bdfe368a39eef27c2f..b1b2a6f935984082a28345d399be495e52c2d6f3 100755 (executable)
@@ -15,9 +15,9 @@
 # limitations under the License.
 #
 
-# extract TCT configuration directory from TCT_CONFIG_FILE (/tmp/TCT_CONFIG)
+# extract TCT configuration directory from TCT_CONFIG_FILE (/home/owner/share/TCT_CONFIG)
 APP_DIR=/usr/apps
-TCT_CONFIG_FILE=/tmp/TCT_CONFIG
+TCT_CONFIG_FILE=/home/owner/share/TCT_CONFIG
 PKG_NAME=$1
 MODE=$2
 
index 5162c6f8a2c53dab09b69539d6371f0116557674..c2a9fe458f3695a1b73dfaafec87cde13faa150a 100755 (executable)
@@ -15,9 +15,9 @@
 # limitations under the License.
 #
 
-# extract TCT configuration directory from TCT_CONFIG_FILE (/tmp/TCT_CONFIG)
+# extract TCT configuration directory from TCT_CONFIG_FILE (/home/owner/share/TCT_CONFIG)
 APP_DIR=/usr/apps
-TCT_CONFIG_FILE=/tmp/TCT_CONFIG
+TCT_CONFIG_FILE=/home/owner/share/TCT_CONFIG
 PKG_NAME=$1
 MODE=$2
 
index 1d9409b3c34d54476d201cef7a6777e1a5461c43..0375e24f7c0d34d796862efb61c2a36f5cf8b064 100755 (executable)
@@ -15,9 +15,9 @@
 # limitations under the License.
 #
 
-# extract TCT configuration directory from TCT_CONFIG_FILE (/tmp/TCT_CONFIG)
+# extract TCT configuration directory from TCT_CONFIG_FILE (/home/owner/share/TCT_CONFIG)
 APP_DIR=/usr/apps
-TCT_CONFIG_FILE=/tmp/TCT_CONFIG
+TCT_CONFIG_FILE=/home/owner/share/TCT_CONFIG
 PKG_NAME=$1
 MODE=$2
 
index 5114d86de0056b8984fbbec8dd2f995a9d465e93..4b653a6219e9a40124aca14e47d7737db27945b6 100755 (executable)
@@ -15,9 +15,9 @@
 # limitations under the License.
 #
 
-# extract TCT configuration directory from TCT_CONFIG_FILE (/tmp/TCT_CONFIG)
+# extract TCT configuration directory from TCT_CONFIG_FILE (/home/owner/share/TCT_CONFIG)
 APP_DIR=/usr/apps
-TCT_CONFIG_FILE=/tmp/TCT_CONFIG
+TCT_CONFIG_FILE=/home/owner/share/TCT_CONFIG
 PKG_NAME=$1
 MODE=$2
 
index caeff9f48fd9eefee1a8934ef28863ff3770b3c6..cc34f17a2a8fa4770e6cac1a9526e260715cac6a 100755 (executable)
@@ -15,9 +15,9 @@
 # limitations under the License.
 #
 
-# extract TCT configuration directory from TCT_CONFIG_FILE (/tmp/TCT_CONFIG)
+# extract TCT configuration directory from TCT_CONFIG_FILE (/home/owner/share/TCT_CONFIG)
 APP_DIR=/usr/apps
-TCT_CONFIG_FILE=/tmp/TCT_CONFIG
+TCT_CONFIG_FILE=/home/owner/share/TCT_CONFIG
 PKG_NAME=$1
 MODE=$2
 
index f9f776b22d6801e09ed63209b1f745f696f7170b..6b1fc107073478c6b82b53218369decb3af59c54 100755 (executable)
@@ -15,9 +15,9 @@
 # limitations under the License.
 #
 
-# extract TCT configuration directory from TCT_CONFIG_FILE (/tmp/TCT_CONFIG)
+# extract TCT configuration directory from TCT_CONFIG_FILE (/home/owner/share/TCT_CONFIG)
 APP_DIR=/usr/apps
-TCT_CONFIG_FILE=/tmp/TCT_CONFIG
+TCT_CONFIG_FILE=/home/owner/share/TCT_CONFIG
 PKG_NAME=$1
 MODE=$2
 
index a4512e89d4f0251408dd22730bfff873e1b603f9..b1567ff8f9a60ce993460f75f25b95724945bf6e 100755 (executable)
@@ -15,9 +15,9 @@
 # limitations under the License.
 #
 
-# extract TCT configuration directory from TCT_CONFIG_FILE (/tmp/TCT_CONFIG)
+# extract TCT configuration directory from TCT_CONFIG_FILE (/home/owner/share/TCT_CONFIG)
 APP_DIR=/usr/apps
-TCT_CONFIG_FILE=/tmp/TCT_CONFIG
+TCT_CONFIG_FILE=/home/owner/share/TCT_CONFIG
 PKG_NAME=$1
 MODE=$2
 
index 3ae07dc9d7aa977aa9cebea06dec4cf16e48208c..12897dbd91a682e3c832f9f205d2346c042f37c6 100755 (executable)
@@ -15,9 +15,9 @@
 # limitations under the License.
 #
 
-# extract TCT configuration directory from TCT_CONFIG_FILE (/tmp/TCT_CONFIG)
+# extract TCT configuration directory from TCT_CONFIG_FILE (/home/owner/share/TCT_CONFIG)
 APP_DIR=/usr/apps
-TCT_CONFIG_FILE=/tmp/TCT_CONFIG
+TCT_CONFIG_FILE=/home/owner/share/TCT_CONFIG
 PKG_NAME=$1
 MODE=$2
 
index 3e0df5048274726963ee630995b9e782de03999b..91066c69706c4cf0910ede83bc7f682b2c5e5f93 100755 (executable)
@@ -15,9 +15,9 @@
 # limitations under the License.
 #
 
-# extract TCT configuration directory from TCT_CONFIG_FILE (/tmp/TCT_CONFIG)
+# extract TCT configuration directory from TCT_CONFIG_FILE (/home/owner/share/TCT_CONFIG)
 APP_DIR=/usr/apps
-TCT_CONFIG_FILE=/tmp/TCT_CONFIG
+TCT_CONFIG_FILE=/home/owner/share/TCT_CONFIG
 PKG_NAME=$1
 MODE=$2
 
index 18d1798b392a12a588d7e441dd7d092fc0d137e9..3765dc7d1c03b3860ce5f082ffafb544ba1f8da1 100755 (executable)
@@ -29,8 +29,8 @@ rm -f $ASAN_DIR/asan.log.*
 TIMEOUT_VALUE=60 #default timeout value
 FILE="/tmp/TC_Timeout.txt"
 
-# extract TCT configuration directory from TCT_CONFIG_FILE (/tmp/TCT_CONFIG)
-TCT_CONFIG_FILE=/tmp/TCT_CONFIG
+# extract TCT configuration directory from TCT_CONFIG_FILE (/home/owner/share/TCT_CONFIG)
+TCT_CONFIG_FILE=/home/owner/share/TCT_CONFIG
 if [ ! -f $TCT_CONFIG_FILE ];then
        echo "$TCT_CONFIG_FILE is not Found : Can Not Read TCT Configuration File to get Execution Mode"
        exit 1;
index 5640d2d82eb38b64c7a9fc424be41f032365729f..06bbc9b23d386251b1c1b74c5f181c5ddc4d1546 100755 (executable)
@@ -20,8 +20,8 @@
 TIMEOUT_VALUE=60 #default timeout value
 FILE="/tmp/TC_Timeout.txt"
 
-# extract TCT configuration directory from TCT_CONFIG_FILE (/tmp/TCT_CONFIG)
-TCT_CONFIG_FILE=/tmp/TCT_CONFIG
+# extract TCT configuration directory from TCT_CONFIG_FILE (/home/owner/share/TCT_CONFIG)
+TCT_CONFIG_FILE=/home/owner/share/TCT_CONFIG
 if [ ! -f $TCT_CONFIG_FILE ];then
        echo "$TCT_CONFIG_FILE is not Found : Can Not Read TCT Configuration File to get Execution Mode"
        exit 1;
index 39a081e75ba62f992b3ef3f09a3aa89fc2c302aa..5bd5c08c71460391fb240496e5f139baded82c9a 100755 (executable)
@@ -22,8 +22,8 @@ FILE="/tmp/TC_Timeout.txt"
 UTC_LOG_CORE=/tmp/utclog_core
 SCRIPT_DIR="/home/owner/share"
 
-# extract TCT configuration directory from TCT_CONFIG_FILE (/tmp/TCT_CONFIG)
-TCT_CONFIG_FILE=/tmp/TCT_CONFIG
+# extract TCT configuration directory from TCT_CONFIG_FILE (/home/owner/share/TCT_CONFIG)
+TCT_CONFIG_FILE=/home/owner/share/TCT_CONFIG
 if [ ! -f $TCT_CONFIG_FILE ];then
        echo "$TCT_CONFIG_FILE is not Found : Can Not Read TCT Configuration File to get Execution Mode"
        exit 1;
index 27fa3235aff4185920e749b64c8b1856e5d5459b..32360a296e381e42b36369f77d2b45dde843c5c6 100755 (executable)
@@ -22,8 +22,8 @@ FILE="/tmp/TC_Timeout.txt"
 UTC_LOG_CORE=/tmp/utclog_core
 SCRIPT_DIR="/home/owner/share"
 
-# extract TCT configuration directory from TCT_CONFIG_FILE (/tmp/TCT_CONFIG)
-TCT_CONFIG_FILE=/tmp/TCT_CONFIG
+# extract TCT configuration directory from TCT_CONFIG_FILE (/home/owner/share/TCT_CONFIG)
+TCT_CONFIG_FILE=/home/owner/share/TCT_CONFIG
 if [ ! -f $TCT_CONFIG_FILE ];then
        echo "$TCT_CONFIG_FILE is not Found : Can Not Read TCT Configuration File to get Execution Mode"
        exit 1;
index 394fe18b1e71262287b0fabaac6c3571792ca6ad..533332d3f9fbf87e3c206f74660128b7b75c506c 100755 (executable)
@@ -22,8 +22,8 @@ FILE="/tmp/TC_Timeout.txt"
 UTC_LOG_CORE=/tmp/utclog_core
 SCRIPT_DIR="/home/owner/share"
 
-# extract TCT configuration directory from TCT_CONFIG_FILE (/tmp/TCT_CONFIG)
-TCT_CONFIG_FILE=/tmp/TCT_CONFIG
+# extract TCT configuration directory from TCT_CONFIG_FILE (/home/owner/share/TCT_CONFIG)
+TCT_CONFIG_FILE=/home/owner/share/TCT_CONFIG
 if [ ! -f $TCT_CONFIG_FILE ];then
        echo "$TCT_CONFIG_FILE is not Found : Can Not Read TCT Configuration File to get Execution Mode"
        exit 1;
index 975a2bdb0b6e06a28eed6acb935ecac46c70e736..87a9f6b1e796baef6c20420793246f2b1d98b5ce 100755 (executable)
@@ -22,8 +22,8 @@ FILE="/tmp/TC_Timeout.txt"
 UTC_LOG_CORE=/tmp/utclog_core
 SCRIPT_DIR="/home/owner/share"
 
-# extract TCT configuration directory from TCT_CONFIG_FILE (/tmp/TCT_CONFIG)
-TCT_CONFIG_FILE=/tmp/TCT_CONFIG
+# extract TCT configuration directory from TCT_CONFIG_FILE (/home/owner/share/TCT_CONFIG)
+TCT_CONFIG_FILE=/home/owner/share/TCT_CONFIG
 if [ ! -f $TCT_CONFIG_FILE ];then
        echo "$TCT_CONFIG_FILE is not Found : Can Not Read TCT Configuration File to get Execution Mode"
        exit 1;
index 52a7d349175a759f802c95a0a76706e112327ea9..43cb1e241d9f728318f491817ed5f64ec298fe5a 100755 (executable)
@@ -28,8 +28,8 @@ USAGE="Usage: ./inst.sh [-i] [-u]
   -u uninstall wgt and remove source file
 [-i] option was set as default."
 
-# extract TCT configuration directory from TCT_CONFIG_FILE (/tmp/TCT_CONFIG)
-TCT_CONFIG_FILE=/tmp/TCT_CONFIG
+# extract TCT configuration directory from TCT_CONFIG_FILE (/home/owner/share/TCT_CONFIG)
+TCT_CONFIG_FILE=/home/owner/share/TCT_CONFIG
 if [ ! -f $TCT_CONFIG_FILE ];then
        echo ""
        echo "****************FATAL ERROR : inst.sh***************************"
index 10f867bdc4d0dd5d02d592c5f7970645f50a5310..dc22d49d16bf5056e2df7c7314ecd6815e08f1cc 100755 (executable)
@@ -28,8 +28,8 @@ USAGE="Usage: ./inst.sh [-i] [-u]
   -u uninstall wgt and remove source file
 [-i] option was set as default."
 
-# extract TCT configuration directory from TCT_CONFIG_FILE (/tmp/TCT_CONFIG)
-TCT_CONFIG_FILE=/tmp/TCT_CONFIG
+# extract TCT configuration directory from TCT_CONFIG_FILE (/home/owner/share/TCT_CONFIG)
+TCT_CONFIG_FILE=/home/owner/share/TCT_CONFIG
 if [ ! -f $TCT_CONFIG_FILE ];then
        echo ""
        echo "****************FATAL ERROR : inst.sh***************************"