mirror of
https://github.com/YunoHost-Apps/monitorix_ynh.git
synced 2024-09-03 19:46:06 +02:00
fix restoration
This commit is contained in:
parent
e06c303cbd
commit
d3b7e593ed
1 changed files with 3 additions and 0 deletions
|
@ -27,6 +27,9 @@ ynh_webpath_available --domain $domain --path_url $path_url || ynh_die --message
|
|||
# STANDARD RESTORATION STEPS
|
||||
#=================================================
|
||||
|
||||
# Creating the folder
|
||||
mkdir -p /var/lib/monitorix/www/imgs
|
||||
|
||||
# Install package
|
||||
ynh_script_progression --message="Reinstalling dependencies..." --weight=5
|
||||
install_dependances
|
||||
|
|
Loading…
Reference in a new issue