mirror of
https://github.com/YunoHost-Apps/sonarr_ynh.git
synced 2024-09-03 20:26:19 +02:00
cleaning
This commit is contained in:
parent
89dd613992
commit
308b40157e
2 changed files with 4 additions and 1 deletions
|
@ -21,8 +21,11 @@ code = "https://github.com/Sonarr/Sonarr"
|
|||
yunohost = ">= 11.2"
|
||||
architectures = "all"
|
||||
multi_instance = true
|
||||
|
||||
ldap = false
|
||||
|
||||
sso = false
|
||||
|
||||
disk = "50M"
|
||||
ram.build = "50M"
|
||||
ram.runtime = "50M"
|
||||
|
|
|
@ -35,7 +35,7 @@ ynh_app_setting_set --app=$app --key=api_key --value=$api_key
|
|||
mkdir -p "$install_dir/logs"
|
||||
chmod 750 "$install_dir"
|
||||
|
||||
ynh_add_config --template="../conf/config.xml" --destination="$install_dir/config.xml"
|
||||
ynh_add_config --template="config.xml" --destination="$install_dir/config.xml"
|
||||
|
||||
chmod -R o-rwx "$install_dir"
|
||||
chown -R $app:$app "$install_dir"
|
||||
|
|
Loading…
Add table
Reference in a new issue