From 66f4908baf6bdcb27241ac3841418c405217e76a Mon Sep 17 00:00:00 2001 From: Bozhidar Slaveykov Date: Fri, 24 Nov 2023 00:30:43 +0200 Subject: [PATCH] Update create-mysql-db-and-user.sh --- shell/helpers/ubuntu/create-mysql-db-and-user.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/shell/helpers/ubuntu/create-mysql-db-and-user.sh b/shell/helpers/ubuntu/create-mysql-db-and-user.sh index 051c4d0..6e9c44c 100644 --- a/shell/helpers/ubuntu/create-mysql-db-and-user.sh +++ b/shell/helpers/ubuntu/create-mysql-db-and-user.sh @@ -20,5 +20,6 @@ MYSQL_SCRIPT echo "Username: $1" echo "Database: $1" echo "Password: $PASS" + echo "Success!" }