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:
parent
6c58aa60d6
commit
ab5c247b55
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue