diff options
-rw-r--r-- | update-me.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/update-me.in b/update-me.in index 8eac876..5c7c5ea 100644 --- a/update-me.in +++ b/update-me.in @@ -12,8 +12,8 @@ fi if "${hasSudo}"; then for ((i=0; i<${#postCmds[@]}; i++)); do - if [ "${postCmd[${i}]}" = 'check-kernel -r' ]; then - postCmd[${i}]='sudo check-kernel -r'; + if [ "${postCmds[${i}]}" = 'check-kernel -r' ]; then + postCmds[${i}]='sudo check-kernel -r'; fi done fi |