<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -81,15 +81,6 @@ if [ ! -e ${LOCK_FILE} ]; then
     LAST=`cat HOME_DIR/.location_watcher.last`
 
     if [ &quot;${LOCATION}&quot; != &quot;${LAST}&quot; ]; then
-      if [ -f &quot;${COMMON_SCRIPT}&quot; ]; then
-        if [ -x &quot;${COMMON_SCRIPT}&quot; ]; then
-          $COMMON_SCRIPT
-          # message &quot;executed ${COMMON_SCRIPT}&quot; 1
-        else
-          message &quot;${COMMON_SCRIPT} exists, but it not executable&quot; 2 -s
-        fi
-      fi
-
       if [ -f &quot;${SCRIPT}&quot; ]; then
         if [ -x &quot;${SCRIPT}&quot; ]; then
           $SCRIPT
@@ -103,6 +94,15 @@ if [ ! -e ${LOCK_FILE} ]; then
         message &quot;failed, ununable to find script, ${SCRIPT}&quot; 2 -s
       fi
     fi
+
+    if [ -f &quot;${COMMON_SCRIPT}&quot; ]; then
+      if [ -x &quot;${COMMON_SCRIPT}&quot; ]; then
+        $COMMON_SCRIPT
+        # message &quot;executed ${COMMON_SCRIPT}&quot; 1
+      else
+        message &quot;${COMMON_SCRIPT} exists, but it not executable&quot; 2 -s
+      fi
+    fi
   fi
   
   rm ${LOCK_FILE}</diff>
      <filename>location_watcher.sh</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>668ff31fa6e4017dd8d0c2188b3d824b815e75bf</id>
    </parent>
  </parents>
  <author>
    <name>Michael Moen</name>
    <email>michael@underpantsgnome.com</email>
  </author>
  <url>http://github.com/UnderpantsGnome/location_watcher/commit/0d03f0057a7faa516efc6a689661f6ed7016a5e5</url>
  <id>0d03f0057a7faa516efc6a689661f6ed7016a5e5</id>
  <committed-date>2008-09-08T19:14:41-07:00</committed-date>
  <authored-date>2008-09-08T19:14:41-07:00</authored-date>
  <message>move the common script to run after the location script</message>
  <tree>42d2370a7c57e87db3878a96418c8b4745fc7e1a</tree>
  <committer>
    <name>Michael Moen</name>
    <email>michael@underpantsgnome.com</email>
  </committer>
</commit>
