Syntax cleanup, removed some non-working SUID entries
This commit is contained in:
@@ -5,13 +5,9 @@ functions:
|
||||
file-read:
|
||||
- code: |
|
||||
LFILE=file_to_read
|
||||
check_raid --extra-opts=@"$LFILE"
|
||||
suid:
|
||||
- code: |
|
||||
LFILE=file_to_read
|
||||
./check_raid --extra-opts=@"$LFILE"
|
||||
check_raid --extra-opts=@$LFILE
|
||||
sudo:
|
||||
- code: |
|
||||
LFILE=file_to_read
|
||||
sudo check_raid --extra-opts=@"$LFILE"
|
||||
sudo check_raid --extra-opts=@$LFILE
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user