Skip to content

Commit

Permalink
Merge pull request #348 from andreapollastri/3.x
Browse files Browse the repository at this point in the history
3.x to Main
  • Loading branch information
andreapollastri authored Dec 26, 2021
2 parents e3a20ca + dd84cd6 commit b000279
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion go.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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



Expand Down
2 changes: 1 addition & 1 deletion storage/app/cipi/version.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.14
3.1.15
3 changes: 2 additions & 1 deletion utility/cipi-update/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b000279

Please sign in to comment.