fix perm when wget
This commit is contained in:
parent
956dcb1569
commit
c00533ee7c
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ ynh_script_progression --message="Installing Uptime Kuma npm dependencies..." --
|
|||
# ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH $ynh_npm install
|
||||
ynh_exec_warn_less ynh_exec_as $app /usr/local/n/versions/node/14.18.1/bin/npm install
|
||||
ynh_script_progression --message="Downloading Uptime Kuma frontend..." --time --weight=1
|
||||
ynh_exec_warn_less ynh_exec_as $app wget https://github.com/louislam/uptime-kuma/releases/download/1.10.0/dist.tar.gz
|
||||
ynh_exec_warn_less wget https://github.com/louislam/uptime-kuma/releases/download/1.10.0/dist.tar.gz
|
||||
ynh_exec_as $app tar -xvf dist.tar.gz $final_path
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue