Skip to content

Instantly share code, notes, and snippets.

@gomesar
Created January 30, 2019 14:34
Show Gist options
  • Save gomesar/49397ea1ec663b680697e4893855351f to your computer and use it in GitHub Desktop.
Save gomesar/49397ea1ec663b680697e4893855351f to your computer and use it in GitHub Desktop.
Fix Citrix error on Linux
#!/bin/bash
# Fix Citrix error
# https://unix.stackexchange.com/questions/84175/create-a-symbolic-link-relative-to-the-current-directory
sudo mv /opt/Citrix/ICAClient/keystore/cacerts /tmp
sudo ln -s /etc/ssl/certs /opt/Citrix/ICAClient/keystore/cacerts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment