mirror of
https://github.com/YunoHost-Apps/shlink_ynh.git
synced 2024-09-03 20:16:22 +02:00
fix
This commit is contained in:
parent
0583ee5145
commit
4299ac030a
2 changed files with 1 additions and 2 deletions
|
@ -2,6 +2,6 @@
|
||||||
{
|
{
|
||||||
"name": "Main server",
|
"name": "Main server",
|
||||||
"url": "https://__DOMAIN__",
|
"url": "https://__DOMAIN__",
|
||||||
"apiKey": "09c972b7-506b-49f1-a19a-d729e22e599c"
|
"apiKey": "__KEY__"
|
||||||
}
|
}
|
||||||
]
|
]
|
|
@ -44,7 +44,6 @@ ynh_add_nginx_config
|
||||||
ynh_script_progression --message="Adding a configuration file..." --weight=2
|
ynh_script_progression --message="Adding a configuration file..." --weight=2
|
||||||
|
|
||||||
ynh_add_config --template="../conf/.env-sample" --destination="$install_dir/.env"
|
ynh_add_config --template="../conf/.env-sample" --destination="$install_dir/.env"
|
||||||
ynh_add_config --template="../conf/servers.json" --destination="$install_dir/servers.json"
|
|
||||||
|
|
||||||
chmod 400 "$install_dir/.env"
|
chmod 400 "$install_dir/.env"
|
||||||
chown $app:$app "$install_dir/.env"
|
chown $app:$app "$install_dir/.env"
|
||||||
|
|
Loading…
Add table
Reference in a new issue