mirror of
https://github.com/YunoHost/install_script.git
synced 2024-09-03 20:06:25 +02:00
v2 variable name fix
This commit is contained in:
parent
32660d5b69
commit
ac1cc95e82
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ then
|
|||
echo "deb http://repo.yunohost.org/ megusta main" >> $CUSTOMAPT
|
||||
fi
|
||||
|
||||
grep -qri "lemonldap" $CUSTOMAP
|
||||
grep -qri "lemonldap" $CUSTOMAPT
|
||||
if [[ $? -eq 1 ]]
|
||||
then
|
||||
echo "deb http://repo.yunohost.org/ lemonldap main" >> $CUSTOMAPT
|
||||
|
|
Loading…
Add table
Reference in a new issue