updated with proper shell.
[feisty_meow.git] / scripts / database / call_movie_seeker.sh
index 9c88712e99795897589f75d3ecabd5d6d6efb3fa..d65568e39502f14ff8ec37315ee96b66f875bfab 100644 (file)
@@ -7,7 +7,7 @@ vids="$DOCUMENT_ROOT/Info/Quartz/video/video_tapes.csv"
 
 randof="$(mktemp "$TMP/zz_randocgi.XXXXXX")"
 
-sh movie_seeker.sh "$vids" "$movie_name" &>"$randof"
+bash movie_seeker.sh "$vids" "$movie_name" &>"$randof"
 
 if [ -s "$randof" ]; then
 
@@ -21,7 +21,7 @@ else
   echo "Content-type: text/html"
   echo ""
   echo ""
-  cat /var/www/yeti/pictures/no_matches.html
+  cat /home/www-data/feisty_meow/database/pictures/no_matches.html
 
 fi