<html lang='en'>
<head>
<meta content='text/html; charset=utf-8' http-equiv='Content-Type'>
<title>
GitLab
</title>
</meta>
</head>
<style>
  img {
    max-width: 100%;
    height: auto;
  }
  p.details {
    font-style:italic;
    color:#777
  }
  .footer p {
    font-size:small;
    color:#777
  }
  pre.commit-message {
    white-space: pre-wrap;
  }
  .file-stats a {
    text-decoration: none;
  }
  .file-stats .new-file {
    color: #090;
  }
  .file-stats .deleted-file {
    color: #B00;
  }
</style>
<body>
<div class='content'>
<h3>Imran Hussain pushed to branch master at <a href="https://projects.sucs.org/sucssite/sucs-site">sucssite / sucs-site</a></h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://projects.sucs.org/sucssite/sucs-site/commit/c564828958d1295d29ba2ec6cd88e9cf6cceb8e3">c5648289</a></strong>
<div>
<span>by Imran Hussain</span>
<i>at 2015-11-10T22:20:56Z</i>
</div>
<pre class='commit-message'>Update setup.sh to check if the script is int eh right place in a better way</pre>
</li>
</ul>
<h4>1 changed file:</h4>
<ul>
<li class='file-stats'>
<a href='#diff-0'>
setup.sh
</a>
</li>
</ul>
<h4>Changes:</h4>
<li id='diff-0'>
<a href='https://projects.sucs.org/sucssite/sucs-site/commit/c564828958d1295d29ba2ec6cd88e9cf6cceb8e3#diff-0'>
<strong>
setup.sh
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/setup.sh
</span><span style="color: #000000;background-color: #ddffdd">+++ b/setup.sh
</span><span style="color: #aaaaaa">@@ -3,11 +3,7 @@
</span> # Setup script for SUCS website in users' public_html dirs
 echo "SUCS website setup script"
 
<span style="color: #000000;background-color: #ffdddd">-# (try and) make sure we're running this from the right place
-# SUCS website
-# ^ a nasty kludge cause I don't know how to do it more sensibly
-# test for the magic phrase on line 7 of this very file
-head -n 7 setup.sh 2> /dev/null | tail -n 1 | grep -q "SUCS website"
</span><span style="color: #000000;background-color: #ddffdd">+ls $(pwd)/setup.sh &> /dev/null
</span> if [ $? -ne 0 ]; then echo "Please run this script from its containing directory"; exit; fi
 
 # generate correct .htaccess
</code></pre>

<br>
</li>

</div>
<div class='footer' style='margin-top: 10px;'>
<p>

<br>
<a href="https://projects.sucs.org/sucssite/sucs-site/commit/c564828958d1295d29ba2ec6cd88e9cf6cceb8e3">View it on GitLab</a>
<br>
You're receiving this email because of your account on <a href="https://projects.sucs.org/">projects.sucs.org</a>.
If you'd like to receive fewer emails, you can adjust your notification settings.
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View Commit","url":"https://projects.sucs.org/sucssite/sucs-site/commit/c564828958d1295d29ba2ec6cd88e9cf6cceb8e3"}}</script>
</p>
</div>
</body>
</html>