diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e1bb90a..067e44fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] (no unreleased versions) +## [3.1.15] - 2021-12-26 + +### Fixed +- Cron and Installation Permission Fix + ## [3.1.14] - 2021-12-18 ### Added diff --git a/go.sh b/go.sh index ef2d5393..c08a33d3 100644 --- a/go.sh +++ b/go.sh @@ -609,7 +609,7 @@ sudo chmod -R o+w /var/www/html/storage sudo chmod -R 775 /var/www/html/storage sudo chmod -R o+w /var/www/html/bootstrap/cache sudo chmod -R 775 /var/www/html/bootstrap/cache -sudo chown -R www-data:www-data /var/www/html +sudo chown -R www-data:cipi /var/www/html diff --git a/storage/app/cipi/version.md b/storage/app/cipi/version.md index 2a399f7d..b5f785d2 100644 --- a/storage/app/cipi/version.md +++ b/storage/app/cipi/version.md @@ -1 +1 @@ -3.1.14 +3.1.15 diff --git a/utility/cipi-update/run.sh b/utility/cipi-update/run.sh index 386b324f..7850a084 100644 --- a/utility/cipi-update/run.sh +++ b/utility/cipi-update/run.sh @@ -10,4 +10,5 @@ cd /var/www/html && php artisan cache:clear cd /var/www/html && php artisan view:cache cd /var/www/html && php artisan config:cache cd /var/www/html && php artisan migrate --force -sudo chown -R www-data:www-data /var/www/html +sudo chown -R www-data:cipi /var/www/html +sudo chmod -R 750 /var/www/html