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