mirror of
https://github.com/YunoHost/install_script.git
synced 2024-09-03 20:06:25 +02:00
[fix] Do not add yunohost.conf in testing
This commit is contained in:
parent
07c5089f3d
commit
a8ecee91c2
1 changed files with 2 additions and 1 deletions
|
@ -103,7 +103,8 @@ installscript_dependencies() {
|
|||
}
|
||||
|
||||
create_custom_config() {
|
||||
if [[ "$DISTRIB" != "daily" ]] && [[ "$DISTRIB" != "unstable" ]] ; then
|
||||
if [[ "$DISTRIB" != "daily" ]] && [[ "$DISTRIB" != "unstable" ]] \
|
||||
&& [[ "$DISTRIB" != "test" ]] && [[ "$DISTRIB" != "testing" ]] ; then
|
||||
if [[ ! -f /etc/yunohost/yunohost.conf ]]
|
||||
then
|
||||
mkdir -p /etc/yunohost/
|
||||
|
|
Loading…
Add table
Reference in a new issue