Fix exit statement

This commit is contained in:
Tanguy Herbron 2022-06-12 21:10:55 +02:00
parent 605fb2cec3
commit 6d6751e732

View File

@ -52,6 +52,7 @@ set_creator_ssh_keys() {
if ! check_privilege; then
echo ">>> Error: Please run as root" >&2
exit 1
fi
check_sudo_installation