diff options
| author | yalh76 <yalh@yahoo.com> | 2020-02-25 00:17:48 +0100 |
|---|---|---|
| committer | yalh76 <yalh@yahoo.com> | 2020-02-25 00:17:48 +0100 |
| commit | f00ae6d6b926cf80236d98617b579c176beb8dfe (patch) | |
| tree | 4863f9656e46cbf77b2dcde17160fe3e477d77c8 /scripts/install | |
| parent | 3a7b21fbcbede1ee108bb5b94b7c6a1717cdaa2c (diff) | |
| download | mastodon_ynh-f00ae6d6b926cf80236d98617b579c176beb8dfe.tar.gz mastodon_ynh-f00ae6d6b926cf80236d98617b579c176beb8dfe.tar.bz2 mastodon_ynh-f00ae6d6b926cf80236d98617b579c176beb8dfe.zip | |
ifx typo
Diffstat (limited to 'scripts/install')
| -rw-r--r-- | scripts/install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install b/scripts/install index 60787e7..989954b 100644 --- a/scripts/install +++ b/scripts/install @@ -93,7 +93,7 @@ ynh_script_progression --message="Creating a PostgreSQL database..." --weight=5 # Create postgresql database db_name="${app}_production" db_user=$app -db_pwd=$(ynh_string_random --length30) +db_pwd=$(ynh_string_random --length=30) ynh_app_setting_set --app=$app --key=db_name --value=$db_name ynh_app_setting_set --app=$app --key=db_pwd --value=$db_pwd ynh_psql_test_if_first_run |
