Skip to content

Commit

Permalink
use file to skip
Browse files Browse the repository at this point in the history
  • Loading branch information
pomali committed Jul 6, 2023
1 parent e88f06d commit 69605d6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/scripts/resources/postinstall
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ function sudo_create_cert() {
sudo -u "$USER" bash -c "$FUNC; remove_cert; create_cert"
}

if [ "$AUTOGRAM_SKIP_CREATE_CERT" = "true" ]; then


if [[ -f "$HOME/Library/Application Support/Autogram/tls/skip" ]]; then
exit 0
fi

Expand Down

0 comments on commit 69605d6

Please sign in to comment.