From: Frank Brehm Date: Wed, 10 Sep 2014 09:43:23 +0000 (+0200) Subject: Chowning some files to root:root and changed PB repositories to repo01.pb.local in... X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=8d6a80be749ccf00251284067dc8a426d94bf6cb;p=profitbricks%2Fjenkins-build-scripts.git Chowning some files to root:root and changed PB repositories to repo01.pb.local in create-grml-squash.sh --- diff --git a/create-grml-squash.sh b/create-grml-squash.sh index 6eb8d12..ebdb290 100755 --- a/create-grml-squash.sh +++ b/create-grml-squash.sh @@ -126,6 +126,14 @@ CHMOD() { fi } +CHOWN() { + if [ "${verbose}" = "y" ] ; then + chown -v "$@" + else + chown "$@" + fi +} + MKDIR() { if [ "${verbose}" = "y" ] ; then mkdir -v "$@" @@ -340,10 +348,8 @@ add_pb_repo() { cat >${TARGET_DIR}/etc/apt/sources.list.d/profitbricks.list <