mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
What do we say about testing before releasing? Not today!
This commit is contained in:
parent
6b77e19bbd
commit
1ed56952e6
1 changed files with 1 additions and 0 deletions
|
@ -108,6 +108,7 @@ ynh_setup_source() {
|
||||||
then
|
then
|
||||||
src_format="tar.bz2"
|
src_format="tar.bz2"
|
||||||
elif [[ "$src_url" =~ ^.*\.tar$ ]]
|
elif [[ "$src_url" =~ ^.*\.tar$ ]]
|
||||||
|
then
|
||||||
src_format="tar"
|
src_format="tar"
|
||||||
elif [[ -z "$src_extract" ]]
|
elif [[ -z "$src_extract" ]]
|
||||||
then
|
then
|
||||||
|
|
Loading…
Add table
Reference in a new issue