mirror of
https://mau.dev/andreijiroh-dev/dotfiles.git
synced 2025-05-15 18:13:08 +00:00
Update automated-deploy to fix some syntax issues
Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.eu.org>
This commit is contained in:
parent
b3a9fa8685
commit
adcca67efc
2 changed files with 9 additions and 4 deletions
|
@ -2,9 +2,9 @@
|
|||
|
||||
for file in "${HOME}"/.config/bash/tools/*.bashrc; do
|
||||
if [ "$file" == "${HOME}/.config/bash/tools/automated-deploy.bashrc" ]; then
|
||||
echo "avoiding source loop, skipping $file"
|
||||
[[ $DEBUG != "" ]] && echo "avoiding source loop, skipping $file"
|
||||
else
|
||||
[ $DEBUG != "" ] && echo "sourcing $file"
|
||||
[[ $DEBUG != "" ]] && echo "sourcing $file"
|
||||
source "$file"
|
||||
fi
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue