We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b061bc commit d51d34cCopy full SHA for d51d34c
download.sh
@@ -4,7 +4,7 @@ cd /
4
5
# Fetch all comics, including adult ones and create html and rss pages
6
#/usr/local/bin/dosage -o html -o rss @ --adult
7
-/usr/local/bin/dosage -o html @ --adult
+/root/.local/bin/dosage -o html @ --adult
8
9
# Create index if not existing
10
if [ ! -f /Comics/html/index.php ]; then
@@ -20,4 +20,4 @@ cd /Comics/html
20
21
# Fix the links
22
sed -i 's@file:///Comics@@g' *.html
23
-#sed -i 's@file://@@g' dailydose.rss
+#sed -i 's@file://@@g' dailydose.rss
0 commit comments