We modified the above script to make some changes these are working as
of 12/9/19 #!/bin/sh set -x # log all the commands set -e # bail out at
any error ### SETUP ## Current User CURRENT_USER=$(ls -l /dev/console |
awk '{print $3}') CURRENT_USER_UID=...