⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.113
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 :
~
/
etc
/
bash_completion.d
/
View File Name :
plesk_repair_completion.bash
_plesk_repair() { local cur prev COMPREPLY=() cur=${COMP_WORDS[COMP_CWORD]} prev=${COMP_WORDS[COMP_CWORD-1]} if [ $COMP_CWORD -eq 2 ]; then COMPREPLY=( $( compgen -W "all installation db ftp fs web mail dns mysql mssql websites-diagnostic sysusers --help" -- $cur ) ) return 0 elif [ $COMP_CWORD -eq 3 ]; then case "$prev" in all) COMPREPLY=( $( compgen -W " --help" -- $cur ) ) return 0 ;; installation) COMPREPLY=( $( compgen -W "-y -verbose -json-output --help" -- $cur ) ) return 0 ;; db) COMPREPLY=( $( compgen -W "-y -n -verbose -json-output --help" -- $cur ) ) return 0 ;; ftp) COMPREPLY=( $( compgen -W "-sys-users -y -n -verbose -json-output --help" -- $cur ) ) return 0 ;; fs) COMPREPLY=( $( compgen -W "-system -vhosts -y -n -verbose -json-output --help" -- $cur ) ) return 0 ;; web) COMPREPLY=( $( compgen -W "-domains-only -sslcerts -validate-configuration -server -php-handlers -apache-modules -php-fpm-configuration -y -n -verbose -json-output --help" -- $cur ) ) return 0 ;; mail) COMPREPLY=( $( compgen -W "-restore-configuration -only-domain-settings -y -n -verbose -json-output --help" -- $cur ) ) return 0 ;; dns) COMPREPLY=( $( compgen -W "-sync-zones -y -n -verbose -json-output --help" -- $cur ) ) return 0 ;; mysql) COMPREPLY=( $( compgen -W "-connection -databases -database-users -y -n -verbose -json-output --help" -- $cur ) ) return 0 ;; mssql) COMPREPLY=( $( compgen -W "-connection -databases -database-users -y -n -verbose -json-output --help" -- $cur ) ) return 0 ;; websites-diagnostic) COMPREPLY=( $( compgen -W " --help" -- $cur ) ) return 0 ;; sysusers) COMPREPLY=( $( compgen -W "-y -n -verbose -json-output --help" -- $cur ) ) return 0 ;; --help) COMPREPLY=( $( compgen -W "" -- $cur ) ) return 0 ;; esac fi }