diff options
author | luxagraf <sng@luxagraf.net> | 2011-05-10 19:58:20 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2011-05-10 19:58:20 -0500 |
commit | 8ca8eb2a159840cb4900328521716808fb1db761 (patch) | |
tree | 8af24aab4f6e226fb1f0f1cf4de1fc5fedfaf9fa /cron/full_build.sh | |
parent | dc389ac8529df0cbb21d54c2020b24681d03cec2 (diff) |
bug fixes for map and build scripts
Diffstat (limited to 'cron/full_build.sh')
-rwxr-xr-x | cron/full_build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cron/full_build.sh b/cron/full_build.sh index c298c25..c065d48 100755 --- a/cron/full_build.sh +++ b/cron/full_build.sh @@ -1,2 +1,2 @@ #!/bin/sh -python2.7 /home/luxagraf/webapps/django1_3/luxagraf/cron/full_build.py
\ No newline at end of file +python2.7 /home/luxagraf/webapps/django/luxagraf/cron/full_build.py
\ No newline at end of file |