We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d69488 commit 2dcd19aCopy full SHA for 2dcd19a
kgo_updates/meto_update_kgo.sh
@@ -23,7 +23,6 @@ script_loc="$(dirname "$(realpath "$0")")"
23
24
root_user="umadmin"
25
root_home=$(getent passwd $root_user | cut -d ":" -f 6)
26
-echo $root_home
27
# Check you can sudo in as umadmin
28
sudo -iu ${root_user} bash -c "echo ''" || {
29
printf "${RED} You were unable to run commands as umadmin - this is required to run this script"
0 commit comments