mirror of
https://github.com/YunoHost-Apps/jeedom_ynh.git
synced 2024-09-03 19:26:26 +02:00
Update install
This commit is contained in:
parent
cea0ab20fe
commit
9bf6bf9b59
1 changed files with 2 additions and 1 deletions
|
@ -37,13 +37,14 @@ chown "$app:www-data" -R /tmp/jeedom
|
|||
ynh_script_progression --message="Adding $app's configuration files..." --weight=1
|
||||
|
||||
ynh_add_config --template="common.config.php" --destination="$install_dir/core/config/common.config.php"
|
||||
|
||||
chmod 400 "$install_dir/core/config/common.config.php"
|
||||
chown "$app:$app" "$install_dir/core/config/common.config.php"
|
||||
|
||||
#=================================================
|
||||
# INSTALL JEEDOM
|
||||
#=================================================
|
||||
ynh_script_progression --message="Installing Jeedom..."
|
||||
ynh_script_progression --message="Installing $app..."
|
||||
|
||||
# Install Jeedom
|
||||
"php$phpversion" "$install_dir/install/install.php" mode=force
|
||||
|
|
Loading…
Add table
Reference in a new issue