
Just had a look at F series samba script, something seems strange and I wonder if problem of shares not being mounted on startup couldn't be here:
Code: Select all
#M_POINT="$DEST_DIR/$1/$(echo -n $i | sed -e "s/\//_/g")" #disabled by levi
M_POINT="$DEST_DIR/$1/$(basename $i)" #enabled by levi
When script is launched via webif, busybox is loaded so it could explain why it works at this point.
I wonder why this part of script has been modified, it wasn't needed to...