Fix incorrect directory handling

This commit is contained in:
Manuel Thalmann 2023-04-07 02:10:19 +02:00
parent 9c6b1fc8d4
commit efa3d246d0
2 changed files with 3 additions and 1 deletions

View file

@ -2,4 +2,4 @@
pushd "${BASH_SOURCE%/*}" > /dev/null;
yay --noconfirm -Syu rclone;
source "../../../Common/Config/rclone/install.sh";
pushd > /dev/null;
popd > /dev/null;

View file

@ -7,3 +7,5 @@ source "./flow/install.sh";
# Troll Stuff
source "./git-auf-deutsch/install.sh";
popd > /dev/null;