Sziasztok! Ha jól tudom a /share/start_app.sh scriptbe beírt dolgokat a popi elindítja boot után. Sajna nekem nem működik a dolog. A script végén szeretnek ki exportálni egy foldert. A parancs kézzel lefuttatva működik, de a reboot nem kapja fel.

Előre is koszi!
sh-4.2# cat start_app.sh
#!/bin/sh
#
PATH=/share/Apps/Telnetd/bin:/share/bin:/share/Apps/AppInit:$PATH
HOME=/share
export TERM="xterm"
alias mc="mc -c"
#Copy waitimages when they are available
if [ -n "`ls -Al /share/Photo/_waitimages_/*.jpg 2>/dev/null`" ]; then
cp /share/Photo/_waitimages_/* /bin
fi
#For some NMT hardware (like Popcorn B-110) compatibility may go up when creating a
#symbolic link HARD_DISK to SATA_DISK
if [ ! -d "/opt/sybhttpd/localhost.drives/HARD_DISK" ]; then
ln -s /opt/sybhttpd/localhost.drives/SATA_DISK /opt/sybhttpd/localhost.drives/HARD_DISK
fi
#cleanup old files
rm -f /share/busybox 2>&1 >/dev/null
rm -f /share/commands.cgi 2>&1 >/dev/null
#export files for Xnano/usr/sbin/exportfs -o rw,all_squash,no_subtree_check,insecure 192.168.1.0/255.255.255.0:/share/Download/4K 2>&1 >/dev/null#M_A_R_K_E_R_do_not_remove_me