Skip to content

Commit 2dcd19a

Browse files
remove echo
1 parent 9d69488 commit 2dcd19a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

kgo_updates/meto_update_kgo.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ script_loc="$(dirname "$(realpath "$0")")"
2323

2424
root_user="umadmin"
2525
root_home=$(getent passwd $root_user | cut -d ":" -f 6)
26-
echo $root_home
2726
# Check you can sudo in as umadmin
2827
sudo -iu ${root_user} bash -c "echo ''" || {
2928
printf "${RED} You were unable to run commands as umadmin - this is required to run this script"

0 commit comments

Comments
 (0)