X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=scripts%2Fdatabase%2Fcall_movie_seeker.sh;h=1240c709685f7784d61de47028e498c8f99de40f;hb=7b89ef73b80a77a4ebf1109c47a381249bae6bdc;hp=da02d7c5cb9b79300a1f294dde2057e0bc232cfe;hpb=86dc5b044b5c73edeaa3cfb9d15a876af676ecb8;p=feisty_meow.git diff --git a/scripts/database/call_movie_seeker.sh b/scripts/database/call_movie_seeker.sh index da02d7c5..1240c709 100644 --- a/scripts/database/call_movie_seeker.sh +++ b/scripts/database/call_movie_seeker.sh @@ -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 /home/www-data/feisty_meow/database/pictures/no_matches.html + cat /home/www-data/feisty_meow/infobase/pictures/no_matches.html fi