v1.5.6
~增加GeoSite数据库手动更新 ~SSH固化功能支持密码设置
This commit is contained in:
@@ -13,4 +13,4 @@ LimitNOFILE=999999
|
||||
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
WantedBy=multi-user.target
|
||||
|
||||
@@ -891,7 +891,7 @@ init)
|
||||
clashdir=/jffs/clash
|
||||
profile=/jffs/configs/profile.add
|
||||
else
|
||||
clashdir=$(echo $0 | grep -oE '.*clash')
|
||||
clashdir=$(cd $(dirname $0);pwd)
|
||||
profile=/etc/profile
|
||||
fi
|
||||
echo "alias clash=\"$clashdir/clash.sh\"" >> $profile
|
||||
|
||||
Reference in New Issue
Block a user