Fix typo in variable name

This commit is contained in:
Renato Botelho 2017-02-14 08:36:51 -02:00
parent 22ab3cb2f7
commit d5b5fd078c

View File

@ -2532,7 +2532,7 @@ snapshots_copy_to_staging_nanobsd() {
# Copy NanoBSD auto update:
if [ -f $STAGINGAREA/nanobsdupdates/$FILENAMEUPGRADE ]; then
cp -l $STAGINGAREA/nanobsdupdates/$FILENAMEUPGRADE $STAGINGAREA/latest-${NANOTYPE}-$FILESIZE.img.gz 2>/dev/null
create_sha256 $STAGINGAREAA/latest-${NANOTYPE}-$FILESIZE.img.gz
create_sha256 $STAGINGAREA/latest-${NANOTYPE}-$FILESIZE.img.gz
# NOTE: Updates need a file with output similar to date output
# Use the file generated at start of snapshots_dobuilds() to be consistent on times
cp $BUILTDATESTRINGFILE $STAGINGAREA/version-${NANOTYPE}-$FILESIZE