Fix typo
This commit is contained in:
parent
9c491c00b3
commit
7a95d7ab5b
|
@ -426,7 +426,7 @@ grubSetUp() {
|
|||
|
||||
saveVar() {
|
||||
[ ! -f "calsais.vars" ] && touch calsais.vars
|
||||
if ! grep "$1" calsais.vars; then
|
||||
if ! grep -q "$1" calsais.vars; then
|
||||
echo "$1=$2" >> calsais.vars
|
||||
else
|
||||
sed -i "s|$1=.*|$1=$2|" calsais.vars
|
||||
|
|
Loading…
Reference in New Issue