This commit is contained in:
MickLesk
2026-03-24 21:38:06 +01:00
parent 0edd132259
commit b218d07e99
2 changed files with 6 additions and 7 deletions

View File

@@ -60,7 +60,7 @@ description
msg_ok "Completed Successfully!\n"
echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}"
echo -e "${INFO}${YW} Access the admin panel using the following URL:${CL}"
echo -e "${TAB}${GATEWAY}${BGN}http://${IP}/admin/${CL}"
echo -e "${INFO}${YW} Complete the database setup by visiting:${CL}"
echo -e "${INFO}${YW} First, complete the database setup at:${CL}"
echo -e "${TAB}${GATEWAY}${BGN}http://${IP}/admin/install.php${CL}"
echo -e "${INFO}${YW} Admin credentials are in the install log:${CL}"
echo -e "${TAB}${GATEWAY}${BGN}grep -A2 'admin' /opt/yourls/user/config.php${CL}"