⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.139
Server IP:
44.234.190.86
Server:
Linux ip-172-31-55-191 5.4.0-1060-aws #63~18.04.1-Ubuntu SMP Mon Nov 15 14:31:31 UTC 2021 x86_64
Server Software:
Apache/2.4.29 (Ubuntu)
PHP Version:
7.0.33-30+ubuntu18.04.1+deb.sury.org+1
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
lib
/
dpkg
/
info
/
View File Name :
ebtables.prerm
#!/bin/sh # prerm script for ebtables # # see: dh_installdeb(1) set -e if [ "$1" = "failed-upgrade" ]; then # Ignore failed prerm on old versions; see LP: #1774120 dpkg --compare-versions "$2" lt "2.0.10.4-3.5ubuntu2.18.04.2" && exit 0 fi # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts. # Automatically added by dh_installinit/11.1.6ubuntu2 if [ -x "/etc/init.d/ebtables" ]; then invoke-rc.d ebtables stop || exit 1 fi # End automatically added section exit 0