Skip to content

Commit 569947f

Browse files
committed
+ chmod-storage goal
1 parent b4cf57b commit 569947f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/config/goals.yml

+8
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,11 @@ clean-storage:
3131
path: '@storage'
3232
sudo: true
3333
command: rm -rf lock lastid packages.json p
34+
35+
chmod-storage:
36+
class: command
37+
path: '@storage'
38+
sudo: true
39+
commands: |
40+
chown -R www-data:www-data lastid packages.json p
41+
chmod -R g+w,o-w lastid packages.json p

0 commit comments

Comments
 (0)