mirror of
https://github.com/YunoHost-Apps/cryptpad_ynh.git
synced 2024-09-03 18:26:14 +02:00
Update install
This commit is contained in:
parent
2d6d49004a
commit
459cd67818
1 changed files with 3 additions and 3 deletions
|
@ -34,7 +34,7 @@ fi
|
||||||
|
|
||||||
ynh_app_setting_set --app=$app --key=sandboxdomain --value=$sandboxdomain
|
ynh_app_setting_set --app=$app --key=sandboxdomain --value=$sandboxdomain
|
||||||
|
|
||||||
ynh_script_progression --message="Setting up sandobx domain : $sandboxdomain" --weight=1
|
ynh_script_progression --message="Setting up sandobx domain: $sandboxdomain" --weight=1
|
||||||
|
|
||||||
# We don't test that in CI
|
# We don't test that in CI
|
||||||
if ! [ ${PACKAGE_CHECK_EXEC:-0} -eq 1 ]; then
|
if ! [ ${PACKAGE_CHECK_EXEC:-0} -eq 1 ]; then
|
||||||
|
@ -76,9 +76,9 @@ yunohost service add $app --description="Zero Knowledge realtime collaborative e
|
||||||
#=================================================
|
#=================================================
|
||||||
# ADD A CONFIGURATION
|
# ADD A CONFIGURATION
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Adding a configuration file..."
|
ynh_script_progression --message="Adding a configuration file..." --weight=1
|
||||||
|
|
||||||
ynh_add_config --template="../conf/config.js" --destination="$install_dir/config/config.js"
|
ynh_add_config --template="config.js" --destination="$install_dir/config/config.js"
|
||||||
|
|
||||||
chmod 600 "$install_dir/config/config.js"
|
chmod 600 "$install_dir/config/config.js"
|
||||||
chown $app "$install_dir/config/config.js"
|
chown $app "$install_dir/config/config.js"
|
||||||
|
|
Loading…
Add table
Reference in a new issue