Update install.python3

This commit is contained in:
amidevous
2023-10-21 10:22:27 +02:00
committed by GitHub
parent 70a379cbd2
commit 4f396a9424
+1 -1
View File
@@ -253,7 +253,7 @@ if __name__ == "__main__":
rFile = io.open(rPath + "/credentials.txt", "w", encoding="utf-8")
rFile.write("MySQL Username: %s\nMySQL Password: %s" % (rUsername, rPassword))
rFile.write("\nContinue Setup: http://%s/%s" % (rUsername, rPassword))
rFile.write("\nContinue Setup: http://%s/%s" % (getIP(), rCode))
rFile.close()
printc("Installation completed!", col.OKGREEN, 2)