Przeglądaj źródła

Switch to exit instead logout to gain proxmox lxc compatbility.

Raphael Schneeberger 6 lat temu
rodzic
commit
9f9b3c8f64
2 zmienionych plików z 2 dodań i 2 usunięć
  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
 
     if [ "$resetshell" = "Y" ] || [ "$resetshell" = "y" ]; then
-        logout
+        exit
     fi
 fi
 

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

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