1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/streams_ynh.git synced 2024-09-03 20:26:20 +02:00

Missing slash

This commit is contained in:
dragondaddy 2023-10-24 21:34:07 +02:00
parent 6c58aa60d6
commit ab5c247b55

View file

@ -82,7 +82,7 @@ chown -R $app:www-data "$install_dir"
pushd $install_dir
ynh_exec_as $app util/add_addon_repo https://codeberg.org/streams/streams-addons.git zaddons
cd var/www/$app/extend/addon/zaddons
cd /var/www/$app/extend/addon/zaddons
ynh_exec_as $app git config pull.rebase false
popd