Skip to content

Commit 6aac816

Browse files
authored
Switch to exit instead logout to gain proxmox lxc compatbility.
2 parents 080fc7a + 9f9b3c8 commit 6aac816

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

install/hst-install-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1837,7 +1837,7 @@ if [ "$interactive" = 'yes' ]; then
18371837
read resetshell
18381838

18391839
if [ "$resetshell" = "Y" ] || [ "$resetshell" = "y" ]; then
1840-
logout
1840+
exit
18411841
fi
18421842
fi
18431843

install/hst-install-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1734,7 +1734,7 @@ if [ "$interactive" = 'yes' ]; then
17341734
read resetshell
17351735

17361736
if [ "$resetshell" = "Y" ] || [ "$resetshell" = "y" ]; then
1737-
logout
1737+
exit
17381738
fi
17391739
fi
17401740

0 commit comments

Comments
 (0)