Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
A bad check in `upgrade-shared-data-store.sh` was causing a `chown -R` to run across all of `/var/lib/ic/data`. This would then also create additional work for `setup-permissions.sh`. With this fix, the broad `upgrade-shared-data-store.sh` should only run rarely. Though `setup-permissions.sh` will still scan parts of `/var/lib/ic/data`, it will need to change less permissions which should hopefully be an improvement as well.
- Loading branch information