mirror of
https://github.com/YunoHost/install_script.git
synced 2024-09-03 20:06:25 +02:00
bugfix
This commit is contained in:
parent
9f8368edd4
commit
e6dcb2f9ce
1 changed files with 3 additions and 3 deletions
|
@ -97,7 +97,7 @@ then
|
||||||
then
|
then
|
||||||
echo "deb http://repo.yunohost.org/ lemonldap main" >> $CUSTOMAPT
|
echo "deb http://repo.yunohost.org/ lemonldap main" >> $CUSTOMAPT
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ $# -eq 1 ]; then
|
if [ $# -eq 1 ]; then
|
||||||
if [[ "$1" == "test" ]]; then
|
if [[ "$1" == "test" ]]; then
|
||||||
echo "deb http://repo.yunohost.org/ test main" >> $CUSTOMAPT
|
echo "deb http://repo.yunohost.org/ test main" >> $CUSTOMAPT
|
||||||
|
@ -153,10 +153,10 @@ then
|
||||||
service iptables start
|
service iptables start
|
||||||
service nscd restart
|
service nscd restart
|
||||||
service nslcd restart
|
service nslcd restart
|
||||||
|
|
||||||
echo -e "\n"
|
echo -e "\n"
|
||||||
whiptail --title "Post-installation" --yesno "Proceed to post-installation?" 8 78
|
whiptail --title "Post-installation" --yesno "Proceed to post-installation?" 8 78
|
||||||
RESULT=1
|
RESULT=$?
|
||||||
while [ $RESULT -gt 0 ]; do
|
while [ $RESULT -gt 0 ]; do
|
||||||
if [[ $YESNO -eq 0 ]]; then
|
if [[ $YESNO -eq 0 ]]; then
|
||||||
echo -e "\n"
|
echo -e "\n"
|
||||||
|
|
Loading…
Add table
Reference in a new issue