This commit is contained in:
Pinga 2024-01-09 12:56:13 +02:00
parent 609b261533
commit a910b80296
3 changed files with 35 additions and 3 deletions

View file

@ -398,6 +398,9 @@ EOF
sed -i "s|\$newPW = 'admin_password';|\$newPW = '$PANEL_PASSWORD';|g" /var/www/cp/bin/create_admin_user.php
php /var/www/cp/bin/create_admin_user.php
echo "Downloading initial data."
php /var/www/cp/bin/file_cache.php
echo -e "Installation complete!\n"
echo -e "Next steps:\n"
echo -e "1. Configure each component by editing their respective configuration files."