1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/element_ynh.git synced 2024-09-03 18:36:08 +02:00
element_ynh/scripts/_common.sh
Éric Gaspar 609d2c4468 cleaning
2024-06-21 09:52:43 +02:00

12 lines
347 B
Bash
Executable file

#!/bin/bash
#=================================================
# COMMON VARIABLES AND CUSTOM HELPERS
#=================================================
configure_element()
{
ynh_config_add --template="config.json" --destination="$install_dir/config.json"
chmod -R u=rwX,g=rX,o= "$install_dir"
chown -R $app:www-data "$install_dir"
}