Skip to content

Commit e1dbe67

Browse files
committed
Make download directory path generic
1 parent b7a2828 commit e1dbe67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packt.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ slp=1
66
tout=5 # timeout for curl waiting for response
77
rtry=5 # number of retries
88
log="packt.log" # log file
9-
dldir="/home/ivan/Downloads" # download directory
9+
dldir="$HOME/Downloads" # download directory
1010
cookie="cookie.txt" # cookie file
1111
agent="Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:41.0) Gecko/20100101 Firefox/41.0" # browser ID

0 commit comments

Comments
 (0)