fix(macos): nix string escaping
This commit is contained in:
parent
cc73f6c14e
commit
31d4b9561e
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ in
|
||||||
|
|
||||||
echo "Allow apps from anywhere"
|
echo "Allow apps from anywhere"
|
||||||
SPCTL="$(spctl --status)"
|
SPCTL="$(spctl --status)"
|
||||||
if ! [ "$\{SPCTL}" = "assessments disabled" ]; then
|
if ! [ "''$''\{SPCTL''\}" = "assessments disabled" ]; then
|
||||||
sudo spctl --master-disable
|
sudo spctl --master-disable
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue