From a2d1797d0fb0d32b6a66a8da0aad51cc55852d33 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Tue, 7 Nov 2017 20:58:58 +0000 Subject: [PATCH] set root level dirs to root ownership --- installer/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/installer/install.sh b/installer/install.sh index f154767..50c79ed 100644 --- a/installer/install.sh +++ b/installer/install.sh @@ -121,6 +121,7 @@ source ./installer/my-user-my-group.sh echo "User $my_user Group $my_group" $sudo_cmd chown -R $my_user:$my_group $my_tmp +$sudo_cmd chown root:root $my_tmp/* rsync -a $my_tmp/ $my_root/ rsync -a --ignore-existing $my_app_dist/etc/$my_name/$my_name.yml $my_root/etc/$my_name/$my_name.yml source ./installer/install-system-service.sh