From e10c8f6c9887cb3e5ae79884e6e415a2bea2155f Mon Sep 17 00:00:00 2001 From: Stian Buch Larsen Date: Mon, 24 Aug 2015 09:24:23 +0200 Subject: [PATCH] Moved custom code from 10_new_user (Due to changes to baseimage comming sept. 1) --- init/11_chown_stuff.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 init/11_chown_stuff.sh diff --git a/init/11_chown_stuff.sh b/init/11_chown_stuff.sh new file mode 100644 index 0000000..95e27fa --- /dev/null +++ b/init/11_chown_stuff.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +chown abc:abc -R /config \ No newline at end of file