Skip to content

Instantly share code, notes, and snippets.

@gabtastic
Created September 14, 2015 19:29
Show Gist options
  • Save gabtastic/762ad7c0b68da840177e to your computer and use it in GitHub Desktop.
Save gabtastic/762ad7c0b68da840177e to your computer and use it in GitHub Desktop.
#!/bin/sh
grep -q "KAYAKO_API_KEY" /etc/profile.d/panorama.sh
if [ $? == 1 ];
then
echo "export KAYAKO_API_KEY='3115DAFE-3B3D-5B20-991C-A49V6518CAC9'" >> /etc/profile.d/panorama.sh
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment