summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2021-10-10 20:26:45 -0700
committerxyz <gky44px1999@gmail.com>2021-10-10 20:26:45 -0700
commit85a6e14de742d3a8cce5e8b77c2368685d3c12e5 (patch)
treeaf158124de4c697405202f1320fe986fc1a2687d
parent8371d555bb1aae8b601eb0ea177fb2c041805de8 (diff)
upd, fix wrong target dir
-rwxr-xr-x.local/bin/upd2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/upd b/.local/bin/upd
index d48cd839..268928f9 100755
--- a/.local/bin/upd
+++ b/.local/bin/upd
@@ -19,7 +19,7 @@ fast ()
gall ()
{
- gallery-dl --download-archive "$XDG_DOCUMENTS_DIR/database/gallery-dl.sqlite3" -d "$XDG_PICTURES_DIR/anime" -i "$XDG_CONFIG_HOME/myconf/gallery_urls"
+ gallery-dl --download-archive "$XDG_DOCUMENTS_DIR/database/gallery-dl.sqlite3" -d "$XDG_PICTURES_DIR/anime/gallery-dl/" -i "$XDG_CONFIG_HOME/myconf/gallery_urls"
}
kg ()