base64_decode错误

This commit is contained in:
monlor
2020-03-05 19:46:22 +08:00
parent 03c5446544
commit e339acb50c
5 changed files with 10 additions and 2 deletions

View File

@@ -12,6 +12,11 @@
### 更新日志
* 2020-03-05-2
* 由于cdn缓存不刷新还是滚回了`coding`源:`https://monlor.coding.net/p/mbfiles/d/mbfiles/git/raw/master`
* 新增`DLNA`插件`DMS`
* `Qiandao`插件bug修复
* 2020-03-05
* 由于`coding`限制仓库容量不能大于`2G`,尝试使用`github``cdn`源:`https://cdn.jsdelivr.net/gh/monlor/mbfiles`
* 最新版本里选择`github下载源`默认为`cdn`源,**推荐使用**

View File

@@ -1 +0,0 @@
base64_encode

View File

@@ -4,4 +4,4 @@ needver=""
supports="linux_arm,linux_mips,linux_x86_64"
appinfo="一款支持多平台多架构的Shell工具箱"
newinfo="新增base64_encode工具"
version="0.1.9"
version="0.1.9.1"

View File

@@ -15,6 +15,7 @@ tar -zxvf ${mbtmp}/mixbox.tar.gz -C ${mbtmp} > /dev/null 2>&1
logsh "【Tools】" "更新工具箱文件"
# 处理工具箱二进制文件
ln -sf ${mbtmp}/mixbox/bin/base64-encode ${mbtmp}/mixbox/bin/base64-decode
logsh "【Tools】" "初始化uci配置信息..."
echo >> ${mbtmp}/mixbox/config/mixbox.uci # 防止最后一行读取不到

View File

@@ -62,6 +62,9 @@ cp -rf ${mbtmp}/mixbox ${mbroot}
chmod -R +x ${mbroot}/*
[ "${mbroot}" != "/etc/mixbox" ] && ln -s ${mbroot} /etc/mixbox
# 工具箱文件处理
ln -sf /etc/mixbox/bin/base64-encode /etc/mixbox/bin/base64-decode
## for ubuntu
if uname -v | grep "Ubuntu" &> /dev/null; then
logsh "【Tools】" "正在切换默认Shell为bash请输入no"