mirror of
https://github.com/monlor/MIXBOX-ARCHIVE.git
synced 2026-03-10 23:41:27 +00:00
Merge branch 'master' of https://github.com/monlor/MIXBOX
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -3,5 +3,5 @@ appname="mixbox"
|
|||||||
needver=""
|
needver=""
|
||||||
supports="linux_arm,linux_mips,linux_x86_64"
|
supports="linux_arm,linux_mips,linux_x86_64"
|
||||||
appinfo="一款支持多平台,多架构的Shell工具箱"
|
appinfo="一款支持多平台,多架构的Shell工具箱"
|
||||||
newinfo="修复mixbox命令错误"
|
newinfo="修复base64命令段错误,升级后需要手工删除/etc/mixbox/bin/base64*"
|
||||||
version="0.1.9.6"
|
version="0.1.9.7"
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ base_encode() {
|
|||||||
if [ -z "${1}" ]; then
|
if [ -z "${1}" ]; then
|
||||||
echo -n ""
|
echo -n ""
|
||||||
else
|
else
|
||||||
echo -n "$*" | base64
|
echo -n "$*" | base64 | tr -d '\n'
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user