Fix exit statement
This commit is contained in:
parent
605fb2cec3
commit
6d6751e732
@ -52,6 +52,7 @@ set_creator_ssh_keys() {
|
|||||||
|
|
||||||
if ! check_privilege; then
|
if ! check_privilege; then
|
||||||
echo ">>> Error: Please run as root" >&2
|
echo ">>> Error: Please run as root" >&2
|
||||||
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
check_sudo_installation
|
check_sudo_installation
|
||||||
|
Loading…
Reference in New Issue
Block a user