#!/bin/bash # Add Greengrass user and group sudo adduser --system ggc_user sudo groupadd --system ggc_group # enable protected hard and sym links sudo sysctl -w fs.protected_hardlinks=1 sudo sysctl -w fs.protected_symlinks=1 cat <