Merge pull request #6 from erickeller/remove_trailing_space
remove trailing space
This commit is contained in:
commit
b6ebb593e4
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 mountall-bootclean.sh remove
|
||||||
utils.lxc.attach /usr/sbin/update-rc.d -f mountnfs-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
|
# https://wiki.debian.org/LXC#Incompatibility_with_systemd
|
||||||
if [ "$RELEASE" = 'jessie' ]; then
|
if [ "$RELEASE" = 'jessie' ]; then
|
||||||
# Reconfigure the LXC
|
# Reconfigure the LXC
|
||||||
|
|
Loading…
Reference in a new issue