mirror of
https://github.com/YunoHost-Apps/outline_ynh.git
synced 2024-09-03 19:56:12 +02:00
Update upgrade
This commit is contained in:
parent
0a4ce4d833
commit
32b708b91b
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ then
|
|||
ynh_script_progression --message="Don't forget to remove MinIO app if you don't use it !"
|
||||
|
||||
db_name=$(ynh_sanitize_dbid --db_name=$app)
|
||||
ynh_psql_execute_as_root --sql="CREATE EXTENSION IF NOT EXISTS uuid-ossp;" --database=$db_name
|
||||
ynh_psql_execute_as_root --sql="CREATE EXTENSION IF NOT EXISTS "uuid-ossp";" --database=$db_name
|
||||
else
|
||||
ynh_script_progression --message="No migration to be done"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue