mirror of
https://github.com/YunoHost-Apps/streams_ynh.git
synced 2024-09-03 20:26:20 +02:00
Revert tiny change
This commit is contained in:
parent
51c30f179e
commit
672698887e
2 changed files with 2 additions and 2 deletions
|
@ -52,7 +52,7 @@ chown -R $app:www-data "$install_dir"
|
||||||
|
|
||||||
# Download, check integrity, uncompress and patch the source from GitHub
|
# Download, check integrity, uncompress and patch the source from GitHub
|
||||||
ynh_exec_as $app git clone https://codeberg.org/streams/streams.git "$install_dir" --quiet
|
ynh_exec_as $app git clone https://codeberg.org/streams/streams.git "$install_dir" --quiet
|
||||||
ynh_exec_as $app git config --system --add safe.directory $install_dir
|
git config --system --add safe.directory $install_dir
|
||||||
|
|
||||||
touch "$install_dir/php.log"
|
touch "$install_dir/php.log"
|
||||||
mkdir -p "$install_dir/store"
|
mkdir -p "$install_dir/store"
|
||||||
|
|
|
@ -83,7 +83,7 @@ then
|
||||||
chown -R $app:www-data "$install_dir"
|
chown -R $app:www-data "$install_dir"
|
||||||
|
|
||||||
ynh_exec_as $app git clone https://codeberg.org/streams/streams.git "$install_dir" --quiet
|
ynh_exec_as $app git clone https://codeberg.org/streams/streams.git "$install_dir" --quiet
|
||||||
ynh_exec_as $app git config --system --add safe.directory $install_dir
|
git config --system --add safe.directory $install_dir
|
||||||
|
|
||||||
ynh_app_setting_get --app=$app --key=git_branch_mode
|
ynh_app_setting_get --app=$app --key=git_branch_mode
|
||||||
if [[ -n $git_branch_mode ]] && [ "$git_branch_mode" -eq "1" ]
|
if [[ -n $git_branch_mode ]] && [ "$git_branch_mode" -eq "1" ]
|
||||||
|
|
Loading…
Add table
Reference in a new issue