HEX
Server: Apache
System: Linux WWW 6.1.0-40-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.153-1 (2025-09-20) x86_64
User: web11 (1011)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /var/lib/dpkg/info/dbconfig-common.preinst
#!/bin/sh

set -e

# rather sensitive data can go here, so let's create the logfile
# ahead of time with safer permissions.
if [ ! -d /var/log/dbconfig-common ]; then
	mkdir /var/log/dbconfig-common
	touch /var/log/dbconfig-common/dbc.log
	chmod 600 /var/log/dbconfig-common/dbc.log
fi