[FIXED] Error de sintaxis en evaluación de rc
This commit is contained in:
parent
a88555da13
commit
1cd318b7f6
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ function install_pritunl() {
|
|||
apt update
|
||||
apt install pritunl-client-electron -y
|
||||
local rc=$?
|
||||
if [ rc -eq 0 ]; then
|
||||
if [ $rc -eq 0 ]; then
|
||||
systemctl daemon-reload
|
||||
rc=$?
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue