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

@@ -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"