Remove unnecessary privilege escalation in gasutc.

This commit is contained in:
Mid Favila 2022-03-08 21:09:59 -04:00
parent a9279177b3
commit c87db84690
1 changed files with 1 additions and 1 deletions

2
gasutc
View File

@ -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