⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.133
Server IP:
185.119.109.197
Server:
Linux managedhosting.chostar.me 5.15.0-160-generic #170-Ubuntu SMP Wed Oct 1 10:06:56 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.1.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
lib
/
dpkg
/
info
/
View File Name :
webmin-jailkit.prerm
#!/bin/sh # De-activate this theme, if in use and if we are not upgrading if [ "" = "1" -a "$1" != "upgrade" ]; then grep "^preroot=jailkit" /etc/webmin/miniserv.conf >/dev/null if [ "$?" = "0" ]; then grep -v "^preroot=jailkit" /etc/webmin/miniserv.conf >/etc/webmin/miniserv.conf.tmp (cat /etc/webmin/miniserv.conf.tmp) > /etc/webmin/miniserv.conf rm -f /etc/webmin/miniserv.conf.tmp grep -v "^theme=jailkit" /etc/webmin/config >/etc/webmin/config.tmp (cat /etc/webmin/config.tmp) > /etc/webmin/config rm -f /etc/webmin/config.tmp (/etc/webmin/stop && /etc/webmin/start) >/dev/null 2>&1 fi fi # Run the pre-uninstall script, if we are not upgrading if [ "webmin" = "webmin" -a "$1" = "0" -a -r "/usr/share/webmin/jailkit/uninstall.pl" ]; then cd /usr/share/webmin WEBMIN_CONFIG=/etc/webmin WEBMIN_VAR=/var/webmin /usr/share/webmin/run-uninstalls.pl jailkit fi /bin/true