|
|
@@ -29,7 +29,7 @@ file_version="$5"
|
|
|
# Confirm we have a checksum that differs from our existing checksum
|
|
|
#
|
|
|
if [[ -f /home/bus/config/$update_file.checksum ]] ; then
|
|
|
- existing_checksum=`cat /hom/bus/config/$update_file.checksum`
|
|
|
+ existing_checksum=`cat /home/bus/config/$update_file.checksum`
|
|
|
if [[ "$update_checksum" == "$existing_checksum" ]] ; then
|
|
|
echo "We already HAVE an update $update_file with checksum $update_checksum, aborting install"
|
|
|
exit 1
|