fixes
This commit is contained in:
parent
dfced811ad
commit
774cb13c58
2 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
if [ 'whoami' != root ]
|
||||
if [ $(id -u) -ne 0 ]
|
||||
then
|
||||
echo "must be run as root"
|
||||
exit
|
||||
|
|
0
scripts/kernel-stat.sh
Normal file → Executable file
0
scripts/kernel-stat.sh
Normal file → Executable file
Loading…
Add table
Add a link
Reference in a new issue