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