Add one more empty space

This commit is contained in:
Joshua Boniface 2019-06-21 13:48:45 -04:00
parent b64a241763
commit 0f600c3aa8
1 changed files with 2 additions and 1 deletions

View File

@ -345,7 +345,8 @@ echo "Edit the /etc/network/interfaces file in the target before completing setu
read edit_ifaces
if [[ ${edit_ifaces} == 'y' or ${edit_ifaces} == 'Y' ]]; then
vim ${target}/etc/network/interfaces
fi
fi
echo
cleanup