⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.72
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 :
~
/
proc
/
self
/
root
/
var
/
lib
/
dpkg
/
info
/
View File Name :
awstats.postinst
#! /bin/sh set -e case "$1" in configure) if [ ! -d /var/lib/awstats ]; then if [ -d /var/cache/awstats ]; then mv /var/cache/awstats /var/lib/awstats fi mkdir -p /var/lib/awstats chown www-data:www-data /var/lib/awstats chmod 750 /var/lib/awstats fi if [ ! -d /var/cache/awstats ]; then mkdir -p /var/cache/awstats chown www-data:www-data /var/cache/awstats chmod 750 /var/cache/awstats fi # clean-up old script that didn't run if [ -n "$2" ]; then if dpkg --compare-versions "$2" lt '7.8-1~'; then rm -f /etc/logrotate.d/httpd-prerotate/awstats/prerotate.sh rmdir /etc/logrotate.d/httpd-prerotate/awstats/ || true fi fi ;; abort-upgrade|abort-remove|abort-deconfigure) ;; *) echo "postinst called with unknown argument \`$1'" >&2 exit 0 ;; esac exit 0