mirror of
https://github.com/YunoHost-Apps/osada_ynh.git
synced 2024-09-03 19:46:30 +02:00
Silence warnings
This commit is contained in:
parent
e3c9d64d7f
commit
792d07fd55
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ ynh_script_progression --message="Installing dependencies..."
|
||||||
if [ $database = "postgresql" ]; then
|
if [ $database = "postgresql" ]; then
|
||||||
pkg_dependencies="$pkg_dependencies $pg_pkg_dependencies"
|
pkg_dependencies="$pkg_dependencies $pg_pkg_dependencies"
|
||||||
fi
|
fi
|
||||||
ynh_install_app_dependencies $pkg_dependencies
|
ynh_exec_warn_less ynh_install_app_dependencies $pkg_dependencies
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# CREATE DEDICATED USER
|
# CREATE DEDICATED USER
|
||||||
|
|
Loading…
Add table
Reference in a new issue