From 85223eed49bf81d30b3af7905284201146cb08c3 Mon Sep 17 00:00:00 2001 From: zhyale Date: Fri, 23 Apr 2021 19:52:38 +0800 Subject: [PATCH] v1.1.0 install.sh --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index 26f6f73..0acc5da 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -94,7 +94,7 @@ if [ $option == 1 ]; then sed -i "s/$old_pg/$new_pg/" ./janusec.service fi \cp -f ./janusec.service ${full_service_path} - printf "* PostgreSQL 9.3/9.4/9.5/9.6/10 and prepare dbname,username,password \n" + printf "* PostgreSQL and prepare dbname,username,password \n" printf "* Fill in the config.json with dbname,username,password \n" else \cp -f ./janusec.service ./janusec-replica.service