Use relative home paths
[khome.git] / home / bin / mypeetables
index 52636b1..a0fd23c 100755 (executable)
@@ -4,7 +4,7 @@ set -e
 
 PATH="/sbin:$PATH"
 
-DIR_CFG="/home/siraaj/etc/mypeetables"
+DIR_CFG="$HOME/etc/mypeetables"
 FILE_HOSTS_BLACKLIST="$DIR_CFG/hosts_blacklist"
 FILE_PORTS_OPEN="$DIR_CFG/ports_open"
 
This page took 0.0228 seconds and 4 git commands to generate.