From: paul Date: Mon, 28 Nov 2016 20:33:06 +0000 (+0000) Subject: typo else/elif X-Git-Url: http://git.plutz.net/?p=serve0;a=commitdiff_plain;h=1418058c8b8777e0af4aa21236e12d676942eee9 typo else/elif svn path=/trunk/; revision=159 --- diff --git a/actions/watch.sh b/actions/watch.sh index 58c1e1b..5d503b0 100755 --- a/actions/watch.sh +++ b/actions/watch.sh @@ -30,7 +30,7 @@ if [ "${_COOKIE[fakemp4]}" = yes ] && [ "${info##*.}" != mp4 ]; then videourl="$(urlsafe "mp4/${info%.*}.mp4")" elif [ -z "$info" ]; then videourl="$(urlsafe "${location#/}")" -else [ -z "$foreign" ];then +elif [ -z "$foreign" ]; then _COOKIE[watch]=server videourl="${_GET[url]}" else