luci-app-cifs-mount: code alignment

This commit is contained in:
Beginner-Go 2022-06-04 16:38:19 +00:00
parent 863beac05a
commit ae7d28f000
6 changed files with 4 additions and 8 deletions

View File

@ -1,4 +1,3 @@
module("luci.controller.cifs", package.seeall)
function index()

View File

@ -39,4 +39,3 @@ msgstr "只读"
msgid "Read/Write"
msgstr "可读/写"

View File

@ -5,4 +5,3 @@ config cifs
option iocharset 'utf8'
option delay '5'
option mountarea '/mnt'

View File

@ -64,4 +64,3 @@ stop() {
umount -d -l $line 2>/dev/null
done
}