Skip to content

Commit 80fb19c

Browse files
committed
fixing chmod-storage goal
1 parent 6f6392a commit 80fb19c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/config/goals.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ chmod-storage:
3939
path: '@storage'
4040
sudo: true
4141
commands: |
42-
chown -R www-data:www-data lastid packages.json p
43-
chmod -R g+w,o-w lastid packages.json p
42+
chown -R www-data:hiqdev lock lastid packages.json p
43+
chmod -R g+w,o-w lock lastid packages.json p

0 commit comments

Comments
 (0)