mirror of
https://gitlab.com/JKANetwork/jka-toolkit.git
synced 2026-03-01 08:23:47 +01:00
Arregla JKAZIP
This commit is contained in:
@@ -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"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user