From 4cef6057819981dfe74e27b113e43eed673bdb51 Mon Sep 17 00:00:00 2001 From: Anjas amar pradana Date: Thu, 27 Jun 2024 12:49:28 +0700 Subject: [PATCH] Updated --- installer-debian.sh | 2 +- installer-ubuntu.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/installer-debian.sh b/installer-debian.sh index 122002a..189d4a2 100644 --- a/installer-debian.sh +++ b/installer-debian.sh @@ -809,7 +809,7 @@ echo "" echo " To manage your server visit" echo " Your IP Address [http://$IP] OR [http://$HOSTNAME]" echo " and click on 'dashboard' button." -echo " Default credentials are: admin / admin1230" +echo " Default credentials are: administrator / 12345678" echo "" echo "***********************************************************" echo " DO NOT LOSE AND KEEP SAFE THIS DATA" diff --git a/installer-ubuntu.sh b/installer-ubuntu.sh index 146fc25..f08bf2c 100644 --- a/installer-ubuntu.sh +++ b/installer-ubuntu.sh @@ -830,7 +830,7 @@ echo "" echo " To manage your server visit" echo " Your IP Address [http://$IP] OR [http://$HOSTNAME]" echo " and click on 'dashboard' button." -echo " Default credentials are: admin / admin1230" +echo " Default credentials are: administrator / 12345678" echo "" echo "***********************************************************" echo " DO NOT LOSE AND KEEP SAFE THIS DATA"