Fixed usage of docsDir to configure target directory

master
Felix Stupp 4 years ago
parent 83585f8802
commit 8872d8390d
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -19,7 +19,7 @@ function recht() {
return 1;
fi
# Generate local path and remote url
local docPath=~/"Documents/Uni/Recht/_docs/${docName}.pdf";
local docPath="${docsDir}/${docName}.pdf";
local docUrl="${serverUrl}/${docPartUrl}.pdf";
# Download if local version not given
if [ ! -e "$docPath" ]; then

Loading…
Cancel
Save