Skip to content

Commit

Permalink
Don't mention distro
Browse files Browse the repository at this point in the history
  • Loading branch information
djarbz committed Oct 24, 2024
1 parent a2d8e72 commit 026a5bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kasmvnc/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ add_user_to_group() {
elif command -v adduser &> /dev/null; then
sudo adduser "$user" "$group"
else
echo "ERROR: At least one of 'adduser'(Debian) 'usermod'(RHEL) is required"
echo "ERROR: At least one of 'adduser' or 'usermod' is required"
exit 1
fi
}
Expand Down

0 comments on commit 026a5bc

Please sign in to comment.