1
0
Fork 0
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:
Hadrien 2021-11-02 00:20:41 +03:00
parent c00533ee7c
commit 5f68cfe8ab

View file

@ -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