mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fix loop iteration removing quotes
This commit is contained in:
parent
6007bbbb18
commit
2957ba349f
@ -2077,7 +2077,7 @@ snapshots_scp_files() {
|
||||
ssh ${RSYNCUSER}@${RSYNCIP} "ln -s ${RSYNCPATH}/updates/${LATESTFILENAME}.sha256 \
|
||||
${RSYNCPATH}/.updaters/latest.tgz.sha256"
|
||||
|
||||
for i in "${FLASH_SIZE}"
|
||||
for i in ${FLASH_SIZE}
|
||||
do
|
||||
ssh ${RSYNCUSER}@${RSYNCIP} "rm -f ${RSYNCPATH}/.updaters/latest-nanobsd-${i}.img.gz"
|
||||
ssh ${RSYNCUSER}@${RSYNCIP} "rm -f ${RSYNCPATH}/.updaters/latest-nanobsd-${i}.img.gz.sha256"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user