From 35545ff025e07862dc2b9755610030288f3bb2d5 Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Thu, 1 Aug 2019 10:00:04 +0200 Subject: [PATCH] removed some code that was used during debuging --- kunst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kunst b/kunst index 3aa9b33..d663c40 100755 --- a/kunst +++ b/kunst @@ -180,8 +180,8 @@ pre_exit() { main() { - [[ $KUNST_MUSIC_DIR != "" ]] && MUSIC_DIR=$KUNST_MUSIC_DIR && echo "custom dir" - [[ $KUNST_SIZE != "" ]] && SIZE=$KUNST_SIZE && echo "custom size" + [[ $KUNST_MUSIC_DIR != "" ]] && MUSIC_DIR=$KUNST_MUSIC_DIR + [[ $KUNST_SIZE != "" ]] && SIZE=$KUNST_SIZE # Flag to run some commands only once in the loop FIRST_RUN=true