Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Tor Browser support #43

Merged
merged 6 commits into from Oct 7, 2020
Merged

Conversation

madaidan
Copy link

@madaidan madaidan commented Oct 7, 2020

No description provided.

echo "ERROR: Invalid character."
exit 1
if ! [[ "${app_name}" =~ [0-9a-zA-Z/] ]]; then
if ! [[ "${app_path}" =~ [0-9a-zA-Z/] ]]; then
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The should not be a nested if. No need. app_name could be OK while app_path is not.

Will add a commit on top to fix.

@adrelanos adrelanos merged commit 47b1908 into Kicksecure:master Oct 7, 2020
adrelanos pushed a commit that referenced this pull request Oct 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants