aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xlibrary/cloneDotfiles.sh2
-rw-r--r--library/stow/stowUpdateNoFoldingPkg.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/library/cloneDotfiles.sh b/library/cloneDotfiles.sh
index e84fe36..4eabf8f 100755
--- a/library/cloneDotfiles.sh
+++ b/library/cloneDotfiles.sh
@@ -3,7 +3,7 @@
getKdbxFile () {
read -r passwordFile < <(yadisk-direct https://yadi.sk/d/o4TMFnHFobxTsw)
- wget "$passwordFile" -O $HOME/"$dirArchIsoFiles"/Passwords.kbdx
+ wget "$passwordFile" -O "$dirArchIsoFiles"/Passwords.kbdx
}
openKeepass () {
diff --git a/library/stow/stowUpdateNoFoldingPkg.sh b/library/stow/stowUpdateNoFoldingPkg.sh
index e5d3bbc..4144bd3 100644
--- a/library/stow/stowUpdateNoFoldingPkg.sh
+++ b/library/stow/stowUpdateNoFoldingPkg.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-source $HOME/"$dirArchIsoFiles"/stowPkgExtract.sh
+source "$dirArchIsoFiles"/stowPkgExtract.sh
stowUpdateNoFoldingPkg () {