mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fix syntax
This commit is contained in:
parent
53a39a3dca
commit
c8144a51dd
@ -2356,7 +2356,7 @@ snapshots_create_latest_symlink() {
|
||||
return
|
||||
fi
|
||||
|
||||
elif [ ! -f "${_image}" ]; then
|
||||
if [ ! -f "${_image}" ]; then
|
||||
return
|
||||
fi
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user