From 179a628099dd0765626eebac7b96acf37af8e2f5 Mon Sep 17 00:00:00 2001 From: "Graydon, Tracy" Date: Tue, 21 May 2013 17:42:12 -0700 Subject: [PATCH] TIVI-979: fix perms on /root dir --- custom/scripts/root-user.post | 1 + 1 file changed, 1 insertion(+) diff --git a/custom/scripts/root-user.post b/custom/scripts/root-user.post index 9a7fe57..5b51a09 100644 --- a/custom/scripts/root-user.post +++ b/custom/scripts/root-user.post @@ -1 +1,2 @@ mkdir /root +chmod 755 /root -- 2.7.4