remove trailing space
This commit is contained in:
parent
93d29d107c
commit
8abbd922ca
1 changed files with 1 additions and 1 deletions
2
debian/vagrant-lxc-fixes.sh
vendored
2
debian/vagrant-lxc-fixes.sh
vendored
|
@ -28,7 +28,7 @@ if [ ${DISTRIBUTION} = 'debian' ]; then
|
|||
utils.lxc.attach /usr/sbin/update-rc.d -f mountall-bootclean.sh remove
|
||||
utils.lxc.attach /usr/sbin/update-rc.d -f mountnfs-bootclean.sh remove
|
||||
|
||||
# Fixes for jessie, following the guide from
|
||||
# Fixes for jessie, following the guide from
|
||||
# https://wiki.debian.org/LXC#Incompatibility_with_systemd
|
||||
if [ "$RELEASE" = 'jessie' ]; then
|
||||
# Reconfigure the LXC
|
||||
|
|
Loading…
Reference in a new issue