Merge "Add a new vconfkey (VCONFKEY_STC_FIREWALL_LOCK_STATE)" into tizen
[platform/core/appfw/vconf-internal-keys.git] / remove_keys.sh
index 457d667..874b6ba 100755 (executable)
@@ -21,7 +21,7 @@ list1=`comm -13 /opt/usr/vk_memory.txt /opt/usr/bk_memory.txt`
 for file in $list1
 do
 if [ $CMD == "msg" ]; then
-       echo $MSG
+       echo "$MSG ($file)"
 elif [ $CMD == "del" ]; then
        buxton2ctl -d -i unset memory $file
 fi
@@ -31,7 +31,7 @@ list2=`comm -13 /opt/usr/vk_system.txt /opt/usr/bk_system.txt`
 for file in $list2
 do
 if [ $CMD == "msg" ]; then
-       echo $MSG
+       echo "$MSG ($file)"
 elif [ $CMD == "del" ]; then
        buxton2ctl -d -i unset system $file
 fi