Fix syntax

This commit is contained in:
Renato Botelho 2016-04-11 12:58:15 -03:00
parent 53a39a3dca
commit c8144a51dd

View File

@ -2356,7 +2356,7 @@ snapshots_create_latest_symlink() {
return
fi
elif [ ! -f "${_image}" ]; then
if [ ! -f "${_image}" ]; then
return
fi