1
0
Fork 0
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:
OniriCorpe 2024-01-19 16:50:18 +01:00 committed by GitHub
parent 2bcaa5d556
commit b03b4abd95
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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