mirror of
http://forgejo.openclaw.svc.cluster.local:3000/mrhavens/fold-stack.git
synced 2026-06-18 01:22:54 +00:00
4 lines
77 B
Bash
Executable file
4 lines
77 B
Bash
Executable file
#!/bin/bash
|
|
set -e
|
|
chown -R 33:33 /var/www/html /var/www/html/data
|
|
exec "$@"
|