This commit is contained in:
Kload 2013-07-07 09:26:24 +02:00
parent 9f8368edd4
commit e6dcb2f9ce

View file

@ -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"