diff options
author | Renato Botelho <renato@netgate.com> | 2015-08-25 14:14:43 -0300 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2015-08-25 14:49:58 -0300 |
commit | 230372b6b729b803e5dc701fe2ccc15fdd03125c (patch) | |
tree | 2bbd57dd758aa8b08f64ce261132ecda67f29191 | |
parent | e295b1138d20df97c8f6eab3aec11988778c1f2a (diff) | |
download | pfsense-230372b6b729b803e5dc701fe2ccc15fdd03125c.zip pfsense-230372b6b729b803e5dc701fe2ccc15fdd03125c.tar.gz |
Remove extra spaces
-rw-r--r-- | tools/builder_common.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/builder_common.sh b/tools/builder_common.sh index 6378bb3..ff25538 100644 --- a/tools/builder_common.sh +++ b/tools/builder_common.sh @@ -1301,7 +1301,7 @@ create_memstick_serial_image() { BOOTCONF=${FINAL_CHROOT_DIR}/boot.config LOADERCONF=${FINAL_CHROOT_DIR}/boot/loader.conf - echo ">>> Activating serial console..." 2>&1 | tee -a ${LOGFILE} + echo ">>> Activating serial console..." 2>&1 | tee -a ${LOGFILE} # Activate serial console in boot.config if [ -f ${BOOTCONF} ]; then sed -i "" '/-D$/d' ${BOOTCONF} @@ -1362,7 +1362,7 @@ create_memstick_adi_image() { BOOTCONF=${FINAL_CHROOT_DIR}/boot.config LOADERCONF=${FINAL_CHROOT_DIR}/boot/loader.conf - echo ">>> Activating serial console..." 2>&1 | tee -a ${LOGFILE} + echo ">>> Activating serial console..." 2>&1 | tee -a ${LOGFILE} # Activate serial console in boot.config if [ -f ${BOOTCONF} ]; then sed -i "" '/-[Dh]$/d' ${BOOTCONF} |