2020-04-27 09:29:13

This commit is contained in:
monlor
2020-04-27 09:29:13 +08:00
parent 924c965d9f
commit 183acfd29f
2 changed files with 2 additions and 4 deletions

View File

@@ -4,5 +4,5 @@ needver="0.0.1"
supports="linux_arm,linux_mips,linux_x86_64" supports="linux_arm,linux_mips,linux_x86_64"
backupfiles="config/ftpuser.conf" backupfiles="config/ftpuser.conf"
appinfo="快速搭建Ftp服务器局域网文件共享" appinfo="快速搭建Ftp服务器局域网文件共享"
newinfo="修复arm版vsftpd无法启动的bug" newinfo="修复状态显示bug"
version="0.0.7" version="0.0.8"

View File

@@ -128,8 +128,6 @@ stop () {
done done
killall -9 ${appname} &> /dev/null killall -9 ${appname} &> /dev/null
rm -rf ${configpath} rm -rf ${configpath}
} }