fix en autostart

This commit is contained in:
Daniel Napora 2020-09-07 22:20:36 +02:00
parent 21b54444d5
commit 4eb2361c01

View File

@ -10,6 +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
;;