mirror of
https://github.com/YunoHost-Apps/movim_ynh.git
synced 2024-09-03 19:46:19 +02:00
cleaning
This commit is contained in:
parent
67c0e4c324
commit
8fc022e0cb
2 changed files with 6 additions and 6 deletions
|
@ -60,10 +60,10 @@ yunohost service add $app --description="Responsive web-based XMPP client" --log
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Adding a configuration file..."
|
ynh_script_progression --message="Adding a configuration file..."
|
||||||
|
|
||||||
ynh_add_config --template="../conf/.env" --destination="$install_dir/config/.env"
|
ynh_add_config --template="../conf/.env" --destination="$install_dir/.env"
|
||||||
|
|
||||||
chmod 650 "$install_dir/config/.env"
|
chmod 650 "$install_dir/.env"
|
||||||
chown $app:$app "$install_dir/config/.env"
|
chown $app:$app "$install_dir/.env"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# BUILD MOVIM
|
# BUILD MOVIM
|
||||||
|
|
|
@ -92,10 +92,10 @@ yunohost service add $app --description="Responsive web-based XMPP client" --log
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Updating a configuration file..."
|
ynh_script_progression --message="Updating a configuration file..."
|
||||||
|
|
||||||
ynh_add_config --template="../conf/.env" --destination="$install_dir/config/.env"
|
ynh_add_config --template="../conf/.env" --destination="$install_dir/.env"
|
||||||
|
|
||||||
chmod 400 "$install_dir/config/.env"
|
chmod 400 "$install_dir/.env"
|
||||||
chown $app:$app "$install_dir/config/.env"
|
chown $app:$app "$install_dir/.env"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# BUILD MOVIM
|
# BUILD MOVIM
|
||||||
|
|
Loading…
Add table
Reference in a new issue