Skip to content

Commit

Permalink
enable encryption after app enable
Browse files Browse the repository at this point in the history
  • Loading branch information
kiranparajuli589 committed Sep 22, 2021
1 parent 2bc8f14 commit d7ae373
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,8 @@ config = {
"mkdir data/owncloud-keys",
"chown -R www-data data/owncloud-keys",
"chmod -R 0770 data/owncloud-keys",
"sudo -u www-data php occ encryption:enable",
"sudo -u www-data php occ encryption:select-encryption-type masterkey --yes",
],
},
"webUI": {
Expand Down

0 comments on commit d7ae373

Please sign in to comment.