fixes for shell script errors detected by shellcheck --severity=error.

This commit is contained in:
Daniel Pouzzner
2022-03-08 12:51:48 -06:00
parent a4229c6cf8
commit c9a7393923
18 changed files with 41 additions and 25 deletions

View File

@@ -1,3 +1,5 @@
#!/bin/sh
[ "$(whoami)" != "root" ] && echo "Sorry, you are not root." && exit 1
rpm -ivh http://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm

View File

@@ -1,3 +1,5 @@
#!/bin/sh
[ "$(whoami)" != "root" ] && echo "Sorry, you are not root." && exit 1
apt-get update