mirror of
https://github.com/YunoHost-Apps/penpot_ynh.git
synced 2024-09-03 19:56:56 +02:00
Update install
This commit is contained in:
parent
f2c075339b
commit
42a155bfc2
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ ynh_use_logrotate --logfile="/var/log/$app/$app-exporter.log"
|
|||
# ADD A CONFIGURATION
|
||||
#=================================================
|
||||
ynh_script_progression --message="Updating database configuration..."
|
||||
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
|
||||
|
||||
ynh_script_progression --message="Adding app's configuration file..."
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue