mirror of
https://gitlab.com/JKANetwork/jka-toolkit.git
synced 2026-02-25 22:43:49 +01:00
Repair fail
This commit is contained in:
@@ -96,7 +96,7 @@ function decompress() {
|
|||||||
echo
|
echo
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
version="1.0.1"
|
version="1.0.2"
|
||||||
if [ -z $1 ];then
|
if [ -z $1 ];then
|
||||||
echo "$(gettext "No option specified, use jkazip -h")"
|
echo "$(gettext "No option specified, use jkazip -h")"
|
||||||
elif [ $1 = "-h" ];then
|
elif [ $1 = "-h" ];then
|
||||||
@@ -240,7 +240,7 @@ elif [ $1 = "-c" ];then
|
|||||||
echo
|
echo
|
||||||
fi
|
fi
|
||||||
elif [ $2 = "rar" ] 2> /dev/null ;then
|
elif [ $2 = "rar" ] 2> /dev/null ;then
|
||||||
echo "$(gettext "Format rar are not supported for compression"
|
echo "$(gettext "Format rar are not supported for compression")"
|
||||||
else
|
else
|
||||||
printf -- "$(gettext "Format %s unknown")" "$2"
|
printf -- "$(gettext "Format %s unknown")" "$2"
|
||||||
echo
|
echo
|
||||||
|
|||||||
Reference in New Issue
Block a user