Skip to content

Commit 9f9b3c8

Browse files
committed
Switch to exit instead logout to gain proxmox lxc compatbility.
1 parent e8a466b commit 9f9b3c8

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
@@ -1810,7 +1810,7 @@ if [ "$interactive" = 'yes' ]; then
18101810
read resetshell
18111811

18121812
if [ "$resetshell" = "Y" ] || [ "$resetshell" = "y" ]; then
1813-
logout
1813+
exit
18141814
fi
18151815
fi
18161816

install/hst-install-ubuntu.sh

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

17101710
if [ "$resetshell" = "Y" ] || [ "$resetshell" = "y" ]; then
1711-
logout
1711+
exit
17121712
fi
17131713
fi
17141714

0 commit comments

Comments
 (0)