Your IP : 18.191.117.103


Current Path : /etc/webmin/
Upload File :
Current File : //etc/webmin/reload

#!/bin/sh
echo Reloading Webmin server in /usr/share/webmin
pidfile=`grep "^pidfile=" /etc/webmin/miniserv.conf | sed -e 's/pidfile=//g'`
kill -USR1 `cat $pidfile`