Skip to content

Commit d51d34c

Browse files
authored
Update download.sh
1 parent 9b061bc commit d51d34c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

download.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ cd /
44

55
# Fetch all comics, including adult ones and create html and rss pages
66
#/usr/local/bin/dosage -o html -o rss @ --adult
7-
/usr/local/bin/dosage -o html @ --adult
7+
/root/.local/bin/dosage -o html @ --adult
88

99
# Create index if not existing
1010
if [ ! -f /Comics/html/index.php ]; then
@@ -20,4 +20,4 @@ cd /Comics/html
2020

2121
# Fix the links
2222
sed -i 's@file:///Comics@@g' *.html
23-
#sed -i 's@file://@@g' dailydose.rss
23+
#sed -i 's@file://@@g' dailydose.rss

0 commit comments

Comments
 (0)