Add default path to shell script 66/77166/1 accepted/tizen/common/20160629.223145 accepted/tizen/ivi/20160629.071440 accepted/tizen/mobile/20160629.071723 accepted/tizen/tv/20160629.071233 accepted/tizen/wearable/20160629.071415 submit/tizen/20160629.062211
authorSeonah Moon <seonah1.moon@samsung.com>
Wed, 29 Jun 2016 02:37:48 +0000 (11:37 +0900)
committerSeonah Moon <seonah1.moon@samsung.com>
Wed, 29 Jun 2016 02:38:01 +0000 (11:38 +0900)
Change-Id: I83b0a49b9cec220bcc2c0885cb9c035847653790
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
packaging/mobileap-agent.spec
tethering_dump.sh

index 59abdd9..7518335 100644 (file)
@@ -1,6 +1,6 @@
 Name:          mobileap-agent
 Summary:       Mobile AP daemon for setting tethering environments
-Version:       1.0.60
+Version:       1.0.61
 Release:       1
 Group:         System/Network
 License:       Apache-2.0
index 887c55f..359f772 100644 (file)
@@ -1,4 +1,5 @@
 #!/bin/sh
+PATH=/bin:/usr/bin:/sbin:/usr/sbin
 #
 # Tethering module log dump (tethering_dump.sh)
 #
@@ -8,10 +9,7 @@ TETH_DEBUG=$1/tethering
 mkdir -p ${TETH_DEBUG}
 
 # copy files
-#/bin/cp -a /tmp/hostapd.log ${TETH_DEBUG}
 /bin/cp -rf /tmp/dnsmasq.conf /opt/var/lib/misc/* ${TETH_DEBUG}
 
-#vconftool get db/mobile_hotspot > ${TETH_DEBUG}/vconf_db.log
-#vconftool get memory/mobile_hotspot > ${TETH_DEBUG}/vconf_memory.log
 /usr/sbin/iptables -t nat -L -vv > ${TETH_DEBUG}/iptables_nat.log
 /usr/sbin/iptables -L -vv > ${TETH_DEBUG}/iptables_filter.log