Show WHM-specific next steps when cPanel is detected

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
shuki
2026-03-05 18:51:40 +02:00
parent beb17a2298
commit 55cd576d53

View File

@@ -135,6 +135,9 @@ fi
echo "" echo ""
echo "Next steps:" echo "Next steps:"
echo " 1. Run 'gniza init' to create your configuration" if [[ -d /usr/local/cpanel ]]; then
echo " 2. Or copy /etc/gniza/gniza.conf.example to /etc/gniza/gniza.conf" echo " Open WHM → GNIZA Backup Manager to configure via the setup wizard."
echo " 3. Run 'gniza status' to verify your setup" else
echo " 1. Run 'gniza init' to create your configuration"
echo " 2. Run 'gniza status' to verify your setup"
fi