| .. | |||||
| check_start.sh | |||||
| configure.sh | |||||
| efs_selinux_uninstall_check.sh | |||||
| eset_efs_sysctl.conf | |||||
| eset_efs_sysctl.sh | |||||
| eset_efs_udev.sh | |||||
| perform_app_update.sh | |||||
| register_service.sh | |||||
| remove_certificates.sh | |||||
| sign_modules.sh | |||||
| unconfigure.sh | |||||
| unregister_service.sh |
| Server IP : 103.169.32.36 / Your IP : 216.73.217.13 Web Server : Apache System : Linux web.dpmptsp 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : apache ( 48) PHP Version : 5.6.40 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /opt/eset/efs/lib/install_scripts/ |
Upload File : |
#!/bin/sh if [ -f /var/opt/eset/efs/wap/daemon/system_certs.txt ]; then cat /var/opt/eset/efs/wap/daemon/system_certs.txt | while read -r line ; do path="$(echo "$line" | sed -e 's/^"//' -e 's/"$//')" if [ -f "$path" ]; then rm -f "$path" fi done fi if [ -x /var/opt/eset/efs/wap/scripts/system_remove_certs.sh ]; then /var/opt/eset/efs/wap/scripts/system_remove_certs.sh fi if [ -x /var/opt/eset/efs/wap/scripts/cert_ctl.sh ] && [ -f /var/opt/eset/efs/wap/daemon/users.txt ] && [ -f /var/opt/eset/efs/wap/daemon/user_certs.txt ]; then cat /var/opt/eset/efs/wap/daemon/users.txt | while read -r uid ; do cat /var/opt/eset/efs/wap/daemon/user_certs.txt | while read -r cert_name ; do home_path="$(sudo -u "#$uid" -i echo '$HOME')" sudo -u "#$uid" /bin/sh /var/opt/eset/efs/wap/scripts/cert_ctl.sh -d "$home_path" "$cert_name" done done fi
| .. | |||||
| check_start.sh | |||||
| configure.sh | |||||
| efs_selinux_uninstall_check.sh | |||||
| eset_efs_sysctl.conf | |||||
| eset_efs_sysctl.sh | |||||
| eset_efs_udev.sh | |||||
| perform_app_update.sh | |||||
| register_service.sh | |||||
| remove_certificates.sh | |||||
| sign_modules.sh | |||||
| unconfigure.sh | |||||
| unregister_service.sh |