Use ynh_print_info

This commit is contained in:
Maniack Crudelis 2020-04-20 15:21:37 +02:00
parent 3442ab5b80
commit 464149eb76

View file

@ -268,7 +268,7 @@ ynh_psql_remove_db() {
ynh_psql_test_if_first_run() {
if [ -f "$PSQL_ROOT_PWD_FILE" ]
then
echo "PostgreSQL is already installed, no need to create master password"
ynh_print_info --message="PostgreSQL is already installed, no need to create master password"
return
fi