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
|
@ -156,7 +156,7 @@ then
|
|||
|
||||
echo -e "\n"
|
||||
whiptail --title "Post-installation" --yesno "Proceed to post-installation?" 8 78
|
||||
RESULT=1
|
||||
RESULT=$?
|
||||
while [ $RESULT -gt 0 ]; do
|
||||
if [[ $YESNO -eq 0 ]]; then
|
||||
echo -e "\n"
|
||||
|
|
Loading…
Add table
Reference in a new issue