Skip to content

Commit

Permalink
Merge pull request #1 from E100Beta/patch-1
Browse files Browse the repository at this point in the history
Check if $id is non-zero
  • Loading branch information
belaviyo authored Nov 5, 2017
2 parents f693cb2 + bb33e89 commit a2a481c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux/uninstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ rm ~/.config/chromium/NativeMessagingHosts/${id}.json
echo " .. Removing manifest file for Mozilla Firefox"
rm ~/.mozilla/native-messaging-hosts/${id}.json
echo " .. Removing executable"
rm -r ~/.config/${id}
[ -n "$id" ] && rm -r ~/.config/${id}

echo
echo ">>> Native Client is removed <<<".

0 comments on commit a2a481c

Please sign in to comment.