This happened on MacOsx 10.3.8
I pressed "save" and everything was gone. Webmin version was 1.190. I've only done one test so this might be a one off.
Logged In: YES user_id=129364
Which module was this in exactly, and on which page?
Logged In: NO
It was in the "init" module. (Bootup and Shutdown)
I tried to add a line to the webmin startupscript.
My edit looked like this: #!/bin/sh
. /etc/rc.common
if [ "${WEBMIN:=-NO-}" = "-YES-" ]; then ConsoleMessage "Starting Webmin" /etc/webmin/start >/dev/null 2>&1 </dev/null /bin/orc_mnt fi
Logged In: YES user_id=288773
Shouldn't it be
/etc/webmin/start >/dev/null 2>&1 >/dev/null
and what is
/bin/orc_mnt
for ?
So when you edit this startup script, it actually gets completely deleted or emptied out?
Log in to post a comment.
Logged In: YES
user_id=129364
Which module was this in exactly, and on which page?
Logged In: NO
It was in the "init" module. (Bootup and Shutdown)
I tried to add a line to the webmin startupscript.
My edit looked like this:
#!/bin/sh
. /etc/rc.common
if [ "${WEBMIN:=-NO-}" = "-YES-" ]; then
ConsoleMessage "Starting Webmin"
/etc/webmin/start >/dev/null 2>&1 </dev/null
/bin/orc_mnt
fi
Logged In: NO
It was in the "init" module. (Bootup and Shutdown)
I tried to add a line to the webmin startupscript.
My edit looked like this:
#!/bin/sh
. /etc/rc.common
if [ "${WEBMIN:=-NO-}" = "-YES-" ]; then
ConsoleMessage "Starting Webmin"
/etc/webmin/start >/dev/null 2>&1 </dev/null
/bin/orc_mnt
fi
Logged In: YES
user_id=288773
Shouldn't it be
/etc/webmin/start >/dev/null 2>&1 >/dev/null
and what is
/bin/orc_mnt
for ?
Logged In: YES
user_id=129364
So when you edit this startup script, it actually gets
completely deleted or emptied out?