mirror of
https://git.adityakumar.xyz/dwmbar.git
synced 2024-11-24 19:12:53 +00:00
I can't write bash
This commit is contained in:
parent
c271126ec4
commit
80fd41115d
1 changed files with 1 additions and 1 deletions
2
bar.sh
2
bar.sh
|
@ -14,7 +14,7 @@
|
|||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
if [[ -z $CACHE_DIR ]]; then
|
||||
if [[ ! -z $CACHE_DIR ]]; then
|
||||
OUTPUT_CACHE="$CACHE_DIR"
|
||||
else
|
||||
OUTPUT_CACHE="/home/$USER/.config/dwmbar/.cache/"
|
||||
|
|
Loading…
Reference in a new issue