Files
ConfigServerBackups/csf/da/scripts/uninstall.sh

6 lines
94 B
Bash
Raw Normal View History

2025-08-28 15:15:56 +01:00
#!/bin/sh
echo "This plugin is uninstalled by uninstalling csf from the root shell"
exit 0;