mirror of
https://github.com/YunoHost-Apps/facilmap_ynh.git
synced 2024-09-03 18:36:07 +02:00
fix
This commit is contained in:
parent
a778fbff70
commit
9dd6ca007f
2 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@ ynh_mysql_execute_as_root --database="$db_name" --sql="ALTER DATABASE $db_name C
|
|||
#=================================================
|
||||
# BUILD NODE DEPENDENCIES
|
||||
#=================================================
|
||||
ynh_script_progression --message="Building with NodeJS..." --weight=20
|
||||
ynh_script_progression --message="Building with NodeJS..." --weight=10
|
||||
|
||||
pushd "$install_dir"
|
||||
ynh_use_nodejs
|
||||
|
|
|
@ -39,7 +39,7 @@ chown -R "$app:www-data" "$install_dir"
|
|||
#=================================================
|
||||
# BUILD NODE DEPENDENCIES
|
||||
#=================================================
|
||||
ynh_script_progression --message="Install $app..." --weight=20
|
||||
ynh_script_progression --message="Install $app..." --weight=10
|
||||
|
||||
pushd "$install_dir"
|
||||
ynh_use_nodejs
|
||||
|
|
Loading…
Add table
Reference in a new issue