mirror of
https://github.com/YunoHost-Apps/iceshrimp_ynh.git
synced 2024-09-03 19:15:54 +02:00
Fix upgrade warnings
This commit is contained in:
parent
d4eac17ae3
commit
a0be2c0c0a
1 changed files with 2 additions and 2 deletions
|
@ -65,9 +65,9 @@ then
|
||||||
pushd $install_dir
|
pushd $install_dir
|
||||||
chown -R $app:www-data "$install_dir"
|
chown -R $app:www-data "$install_dir"
|
||||||
|
|
||||||
ynh_exec_as $app git fetch
|
ynh_exec_warn_less ynh_exec_as $app git fetch
|
||||||
#git checkout master
|
#git checkout master
|
||||||
ynh_exec_as $app git pull
|
ynh_exec_warn_less ynh_exec_as $app git pull
|
||||||
popd
|
popd
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue