1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/castopod_ynh.git synced 2024-09-03 18:16:14 +02:00
This commit is contained in:
Éric Gaspar 2023-10-25 19:58:26 +02:00
parent 1ffe319313
commit eb9d01df6f
2 changed files with 3 additions and 3 deletions

View file

@ -1,2 +1,2 @@
To finish the installation: `__DOMAIN__/cp-install`
To connect to the administration panel: `__DOMAIN__/cp-admin`
To complete installation: `__DOMAIN__/cp-install`
To connect to the administration panel: `__DOMAIN__/cp-admin`

View file

@ -73,7 +73,7 @@ chmod 644 "/etc/cron.d/$app"
#=================================================
# CONFIGURE CASTOPOD
#=================================================
ynh_script_progression --message="Configuring Castopod..." --weight=1
ynh_script_progression --message="Configuring $app..." --weight=1
ynh_add_config --template=".env.example" --destination="$install_dir/.env"
chmod 600 $install_dir/.env