From 31a9bce2f54467fcc3c8734cb7864f77301eeb0c Mon Sep 17 00:00:00 2001 From: Hwankyu Jhun Date: Thu, 14 Sep 2017 16:23:32 +0900 Subject: Fix appsvc upgrade script - Uses chmod without -R option Change-Id: I347668e4f69449d1e3815d993d7402447e39ef8c Signed-off-by: Hwankyu Jhun --- scripts/501.appsvc_upgrade.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/501.appsvc_upgrade.sh b/scripts/501.appsvc_upgrade.sh index 8a1f1667..29a538ce 100755 --- a/scripts/501.appsvc_upgrade.sh +++ b/scripts/501.appsvc_upgrade.sh @@ -48,7 +48,7 @@ EOF # Create DB Path mkdir -p /opt/dbspace/user/5001 -chmod -R 770 /opt/dbspace/user/5001 +chmod 770 /opt/dbspace/user/5001 chown owner:system_share /opt/dbspace/user/5001 chsmack -a User::Home /opt/dbspace/user chsmack -a User::Home /opt/dbspace/user/5001 -- cgit v1.2.3