fix en autostart
parent
21b54444d5
commit
4eb2361c01
|
@ -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
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue