⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.97
Server IP:
41.128.143.86
Server:
Linux host.raqmix.cloud 6.8.0-1025-azure #30~22.04.1-Ubuntu SMP Wed Mar 12 15:28:20 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.3.23
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
lib
/
dpkg
/
info
/
View File Name :
ubuntu-advantage-tools.preinst
#!/bin/sh set -e migrate_user_config_pre() { if [ ! -f /etc/ubuntu-advantage/uaclient.conf ]; then return fi curr_conf_hash=$(md5sum /etc/ubuntu-advantage/uaclient.conf | awk '{print $1}') expected_conf_hash=$(dpkg-query --showformat='${Conffiles}\n' --show ubuntu-advantage-tools | grep /etc/ubuntu-advantage/uaclient.conf | awk '{print $2}') if [ "$curr_conf_hash" != "$expected_conf_hash" ]; then # Back up existing conffile in case of an error unwind cp -a /etc/ubuntu-advantage/uaclient.conf /etc/ubuntu-advantage/uaclient.conf.preinst-backup # Create this backup in case the user has made some comments on the config file. # In that way, the user can retrive them if they want to cp -a /etc/ubuntu-advantage/uaclient.conf /etc/ubuntu-advantage/uaclient.conf.dpkg-bak # Insert the new about-to-be-installed uaclient.conf to avoid conffile prompts cat > /etc/ubuntu-advantage/uaclient.conf <