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