mirror of
https://github.com/YunoHost-Apps/plume_ynh.git
synced 2024-09-03 20:15:54 +02:00
fix package_linter
This commit is contained in:
parent
4f9acbd3cc
commit
505853d756
2 changed files with 2 additions and 1 deletions
|
@ -64,6 +64,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "name",
|
"name": "name",
|
||||||
|
"type": "string",
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Choose a name for your Plume instance",
|
"en": "Choose a name for your Plume instance",
|
||||||
"fr": "Choisissez un nom pour votre instance Plume"
|
"fr": "Choisissez un nom pour votre instance Plume"
|
||||||
|
|
|
@ -33,7 +33,7 @@ password=$YNH_APP_ARG_PASSWORD
|
||||||
instance_name=$YNH_APP_ARG_NAME
|
instance_name=$YNH_APP_ARG_NAME
|
||||||
registration=$YNH_APP_ARG_REGISTRATION
|
registration=$YNH_APP_ARG_REGISTRATION
|
||||||
admin_email=$(ynh_user_get_info $admin 'mail')
|
admin_email=$(ynh_user_get_info $admin 'mail')
|
||||||
secret_key=$(openssl rand -base64 32)
|
secret_key=$(ynh_string_random 32)
|
||||||
|
|
||||||
### If it's a multi-instance app, meaning it can be installed several times independently
|
### If it's a multi-instance app, meaning it can be installed several times independently
|
||||||
### The id of the app as stated in the manifest is available as $YNH_APP_ID
|
### The id of the app as stated in the manifest is available as $YNH_APP_ID
|
||||||
|
|
Loading…
Add table
Reference in a new issue