mirror of
https://git.adityakumar.xyz/dwmbar.git
synced 2024-11-09 22:19:45 +00:00
Fixed bash else syntax
This commit is contained in:
parent
797f8e8cb1
commit
c17df9b011
1 changed files with 1 additions and 1 deletions
2
dwmbarrc
2
dwmbarrc
|
@ -14,7 +14,7 @@ run_modules(){
|
|||
[[ ! "$OUTPUT" = "" ]] && OUTPUT="$OUTPUT$SEPARATOR"
|
||||
if [[ -f "$CUSTOM_DIR$module" ]]; then
|
||||
OUTPUT="$OUTPUT$(exec $CUSTOM_DIR$module)"
|
||||
elif
|
||||
else
|
||||
OUTPUT="$OUTPUT$(exec $MODULES_DIR$module)"
|
||||
fi
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue