summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/live2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/live b/scripts/live
index 76adec0..7a82f60 100755
--- a/scripts/live
+++ b/scripts/live
@@ -639,7 +639,7 @@ do_httpmount ()
mkdir -p "${mountpoint}/${LIVE_MEDIA_PATH}"
wget "${FETCH}" -O "${mountpoint}/${LIVE_MEDIA_PATH}/$(basename ${FETCH})"
[ ${?} -eq 0 ] && rc=0
- [ "${extension}" == "tgz" ] && live_dest="ram"
+ [ "${extension}" = "tgz" ] && live_dest="ram"
;;
*)