One Hat Cyber Team
Your IP :
3.17.65.101
Server IP :
104.21.96.1
Server :
Linux agrigation-prod 5.15.0-67-generic #74-Ubuntu SMP Wed Feb 22 14:14:39 UTC 2023 x86_64
Server Software :
nginx/1.24.0
PHP Version :
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
proc
/
thread-self
/
root
/
var
/
lib
/
dpkg
/
info
/
View File Name :
debconf.config
#!/bin/sh set -e # This is to handle upgrading from old versions of debconf. If the # file doesn't exist yet, this package is being preconfiged, and # we might as well just exit and wait until the postinst # runs the config script. if [ ! -e /usr/share/debconf/confmodule ]; then exit fi . /usr/share/debconf/confmodule db_version 2.0 db_capb backup db_beginblock db_input medium debconf/frontend || true db_input medium debconf/priority || true db_endblock db_go || true