fix: cat -> echo
commands are hard okay
This commit is contained in:
parent
35676b4891
commit
1da2f0100c
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
if ! cat "$PATH" | grep -q "sbin"; then
|
||||
if ! echo "$PATH" | grep -q "sbin"; then
|
||||
# sudo is quirky
|
||||
PATH="$PATH:/sbin"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue