From 540d08ada3e78956d8bf89afb292e2ae648cbc73 Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Mon, 23 Jun 2014 14:07:32 +0200 Subject: [PATCH] fix: dev: [base-0k] removing trailing whitespace and fixing indentation !minor --- precise/base-0k/hooks/install | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/precise/base-0k/hooks/install b/precise/base-0k/hooks/install index 9bdf300..5dc3eee 100755 --- a/precise/base-0k/hooks/install +++ b/precise/base-0k/hooks/install @@ -10,10 +10,10 @@ apt-get -y install bash-completion wget bzip2 git-core less language-pack-en pyt ## Allows to mount nfs shares ## -## XXXvlab: interracts really badly with current chroot mode. Leaving +## XXXvlab: interracts really badly with current chroot mode. Leaving ## daemonized process reparented to PID 1 that prevents umounting and ## finally making the script failing, and then lxc-create launch a lxc-destroy -## triggering a 'rm -rf' upon '/dev'... +## triggering a 'rm -rf' upon '/dev'... #test "$(lsb_release -c -s)" == "precise" && apt-get -y install nfs-common ## @@ -145,8 +145,8 @@ EOF ( -mkdir -p /opt/apps && -cd /opt/apps && -git clone git.0k.io:/var/git/0k/git-sub && -ln -sf /opt/apps/git-sub/bin/git-sub /usr/lib/git-core/ + mkdir -p /opt/apps && + cd /opt/apps && + git clone git.0k.io:/var/git/0k/git-sub && + ln -sf /opt/apps/git-sub/bin/git-sub /usr/lib/git-core/ )