فهرست منبع

Switch to exit instead logout to gain proxmox lxc compatbility.

Raphael Schneeberger 6 سال پیش
والد
کامیت
9f9b3c8f64
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      install/hst-install-debian.sh
  2. 1 1
      install/hst-install-ubuntu.sh

+ 1 - 1
install/hst-install-debian.sh

@@ -1810,7 +1810,7 @@ if [ "$interactive" = 'yes' ]; then
     read resetshell
     read resetshell
 
 
     if [ "$resetshell" = "Y" ] || [ "$resetshell" = "y" ]; then
     if [ "$resetshell" = "Y" ] || [ "$resetshell" = "y" ]; then
-        logout
+        exit
     fi
     fi
 fi
 fi
 
 

+ 1 - 1
install/hst-install-ubuntu.sh

@@ -1708,7 +1708,7 @@ if [ "$interactive" = 'yes' ]; then
     read resetshell
     read resetshell
 
 
     if [ "$resetshell" = "Y" ] || [ "$resetshell" = "y" ]; then
     if [ "$resetshell" = "Y" ] || [ "$resetshell" = "y" ]; then
-        logout
+        exit
     fi
     fi
 fi
 fi