mirror of
https://github.com/YunoHost-Apps/uptime-kuma_ynh.git
synced 2024-10-01 13:34:58 +02:00
fix untar command
This commit is contained in:
parent
c00533ee7c
commit
5f68cfe8ab
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ ynh_script_progression --message="Installing Uptime Kuma npm dependencies..." --
|
|||
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 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
|
||||
ynh_exec_as $app tar -xvf dist.tar.gz --directory=$final_path
|
||||
|
||||
#=================================================
|
||||
# CREATE DATA DIRECTORY
|
||||
|
|
Loading…
Reference in a new issue