diff --git a/applications/luci-app-cifs-mount/Makefile b/applications/luci-app-cifs-mount/Makefile index cec2db5b19b..44cbae424da 100644 --- a/applications/luci-app-cifs-mount/Makefile +++ b/applications/luci-app-cifs-mount/Makefile @@ -12,7 +12,7 @@ LUCI_PKGARCH:=all PKG_NAME:=luci-app-cifs-mount PKG_VERSION:=1 -PKG_RELEASE:=7 +PKG_RELEASE:=8 include ../../luci.mk diff --git a/applications/luci-app-cifs-mount/root/etc/init.d/cifs b/applications/luci-app-cifs-mount/root/etc/init.d/cifs index 0089a767ebc..f486c438e72 100755 --- a/applications/luci-app-cifs-mount/root/etc/init.d/cifs +++ b/applications/luci-app-cifs-mount/root/etc/init.d/cifs @@ -42,8 +42,8 @@ mount_natshare() { config_get smbver $1 smbver mkdir -p $natpath && chmod 777 $natpath - #echo "mount -t cifs -o vers=$smbver,user=$users,password=$pwd,iocharset=$iocharset,$agm //$server/$name $natpath" - mount -t cifs -o vers=$smbver,user=$users,password=$pwd,iocharset=$iocharset,$agm //$server/$name $natpath + #echo "mount -t cifs -o vers=$smbver,user=$users,username=$users,pass=$pwd,password=$pwd,iocharset=$iocharset,$agm //$server/$name $natpath" + mount -t cifs -o vers=$smbver,user=$users,username=$users,pass=$pwd,password=$pwd,iocharset=$iocharset,$agm //$server/$name $natpath } start() {