1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/shlink_ynh.git synced 2024-09-03 20:16:22 +02:00

Update install

This commit is contained in:
Éric Gaspar 2023-01-10 20:53:25 +01:00
parent 5f64fb820b
commit ffeec658cb

View file

@ -113,13 +113,10 @@ ynh_add_nginx_config
ynh_script_progression --message="Adding a configuration file..." --weight=2
ynh_add_config --template="../conf/.env-sample" --destination="$final_path/.env"
#ynh_add_config --template="../conf/servers.json" --destination="$final_path/servers.json"
chmod 400 "$final_path/.env"
chown $app:$app "$final_path/.env"
#$final_path/bin/cli api-key:generate --domain-only=$domain
#=================================================
# SETUP SSOWAT
#=================================================