googlearchive / simian

Simian is an enterprise-class Mac OS X software deployment solution. Google App Engine hosted server, with a client powered by the Munki open-source project.
Apache License 2.0
332 stars 51 forks source link

Update create_gae_bundle.sh to fix broken symlink #67

Closed hardlydavis closed 7 years ago

hardlydavis commented 7 years ago

Symlink for client_resources was being created with .. before the full path from / causing it to look for a root level directory starting one folder up. Removing the ../ makes $SIMIAN_ROOT an accurate path

googlebot commented 7 years ago

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

:memo: Please visit https://cla.developers.google.com/ to sign.

Once you've signed, please reply here (e.g. I signed it!) and we'll verify. Thanks.


hardlydavis commented 7 years ago

I signed it!

googlebot commented 7 years ago

CLAs look good, thanks!