mirror of
https://github.com/YunoHost/install_script.git
synced 2024-09-03 20:06:25 +02:00
Update install_yunohost
This commit is contained in:
parent
42aaf1de6d
commit
5378138919
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ then
|
||||||
then
|
then
|
||||||
whiptail --title "Yunohost Installation" --yesno "Caution : Yunohost v2 is in development.\nDo you want to proceed install of Yunohost?" 8 78
|
whiptail --title "Yunohost Installation" --yesno "Caution : Yunohost v2 is in development.\nDo you want to proceed install of Yunohost?" 8 78
|
||||||
YESNO=$?
|
YESNO=$?
|
||||||
if [[ $YESNO -eq 0 ]]
|
if [[ $YESNO -eq 1 ]]
|
||||||
then
|
then
|
||||||
echo "======== Installation cancelled ========"
|
echo "======== Installation cancelled ========"
|
||||||
exit $ERR_CANCEL_INSTALL
|
exit $ERR_CANCEL_INSTALL
|
||||||
|
|
Loading…
Add table
Reference in a new issue