fix function close brace
This commit is contained in:
parent
15e8648e4b
commit
a1e17bad9d
3
flash
3
flash
|
|
@ -114,8 +114,7 @@ setup(){\
|
||||||
mkdir "$DIR" && \
|
mkdir "$DIR" && \
|
||||||
eval touch {"$EXAMPLE_DECK","$HIGH_SCORE","$REVIEW_LOG"} && \
|
eval touch {"$EXAMPLE_DECK","$HIGH_SCORE","$REVIEW_LOG"} && \
|
||||||
echo "$DECK_TEMPLATE" >> "$EXAMPLE_DECK" && \
|
echo "$DECK_TEMPLATE" >> "$EXAMPLE_DECK" && \
|
||||||
echo -e "$DIR_MADE_MSG" \
|
echo -e "$DIR_MADE_MSG" ;}
|
||||||
;}
|
|
||||||
|
|
||||||
# Test if .local/share exists and wether to offer setup process
|
# Test if .local/share exists and wether to offer setup process
|
||||||
if [ ! -d "$DIR" ];then
|
if [ ! -d "$DIR" ];then
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue