1
0
mirror of https://gitlab.com/JKANetwork/jka-toolkit.git synced 2026-03-01 00:13:55 +01:00

Arregla JKAZIP

This commit is contained in:
JoseluCross
2016-06-28 11:55:51 +02:00
parent 665de7b4ae
commit ff5c3df464

View File

@@ -145,7 +145,7 @@ elif [ "$1" = "-c" ];then
# done
sacaFormato "$salida"
case $formato in
"tar" | "tar.xz" | "tar.lz" | "tar.gz" | "tar.bz2" | "tgz" | "tbz" | "txz" | "tlz")
"tar" | "tar.xz" | "tar.lz" | "tar.gz" | "tar.bz2" | "tgz" | "tbz2" | "txz" | "tlz")
tar cvfa "$salida" $files
msg "$files" "$salida"
;;