From 84e11de32b03c2663ce8d8dd06ab369cae7f9ef5 Mon Sep 17 00:00:00 2001 From: Daniel Napora Date: Wed, 26 May 2021 14:00:26 +0200 Subject: [PATCH] mabox-langfiles fix --- bin/mabox-langfiles | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/bin/mabox-langfiles b/bin/mabox-langfiles index 757fbe0..c1021ea 100755 --- a/bin/mabox-langfiles +++ b/bin/mabox-langfiles @@ -10,12 +10,9 @@ if [ ! -f "$FILE" ]; then es*) rsync -a /usr/share/mabox/lang/es/ $HOME/ ;; - en*) + *) rsync -a /usr/share/mabox/lang/en/ $HOME/ ;; - *) - exit 0 - ;; esac touch $HOME/.config/mabox/.lang fi