Post-Local sync at 2025-06-14T01:20:35Z

This commit is contained in:
Mark Randall Havens
2025-06-13 20:20:36 -05:00
parent d5c06854b1
commit 2a0c69544d
7 changed files with 17 additions and 162 deletions
+4
View File
@@ -0,0 +1,4 @@
#!/bin/bash
set -e
chown -R 33:33 /var/www/html /var/www/html/data
exec "$@"