mirror of
https://github.com/YunoHost-Apps/invidious_ynh.git
synced 2024-09-03 19:15:55 +02:00
fix perms
This commit is contained in:
parent
2bcaa5d556
commit
b03b4abd95
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ then
|
|||
pushd "$install_dir"
|
||||
chown -R "$app:www-data" "$install_dir"
|
||||
git config --system --add safe.directory "$install_dir"
|
||||
git config pull.rebase false
|
||||
ynh_exec_as "$app" git config pull.rebase false
|
||||
|
||||
ynh_exec_as "$app" git fetch
|
||||
#git checkout master
|
||||
|
|
Loading…
Reference in a new issue