fix en autostart

master
Daniel Napora 2020-09-07 22:20:36 +02:00
parent 21b54444d5
commit 4eb2361c01
1 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,9 @@ if [ ! -f "$FILE" ]; then
es*) es*)
rsync -a /usr/share/mabox/lang/es/ $HOME/ rsync -a /usr/share/mabox/lang/es/ $HOME/
;; ;;
en*)
rsync -a /usr/share/mabox/lang/en/ $HOME/
;;
*) *)
exit 0 exit 0
;; ;;