From c87db846900afc3220c21ce433a4440fcd51448c Mon Sep 17 00:00:00 2001 From: Mid Favila Date: Tue, 8 Mar 2022 21:09:59 -0400 Subject: [PATCH] Remove unnecessary privilege escalation in gasutc. --- gasutc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gasutc b/gasutc index c3e4347..5830362 100755 --- a/gasutc +++ b/gasutc @@ -33,6 +33,6 @@ printf "The current time is as follows.\nYear: $year\nMonth: $month\nDay: $day\n time=`echo $time | cut -b 1,2,3,4` year=`echo $year | cut -b 3,4` printf "Your date-compatible string for today is: $month$day$time$year\nHere it is again, on its own line:\n$month$day$time$year\n" -/bin/ssu -- date -u $month$day$time$year +date -u $month$day$time$year rm /tmp/date.jnk exit