print credentials

This commit is contained in:
thorstenspille 2023-08-24 21:37:45 +02:00
parent 0868002464
commit d1f9867415

View File

@ -217,3 +217,6 @@ openssl dhparam -out /etc/nginx/dhparam.pem 4096
systemctl daemon-reload
systemctl enable --now semaphore.service
systemctl restart nginx.service
echo -e "\n######################################################################\n\n Please note this user and password for the semaphore login:\n '$SEMAPHORE_ADMIN' / '$SEMAPHORE_ADMIN_PASSWORD'\n Enjoy your semaphore intallation.\n\n######################################################################"