We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a81f47 commit 77a2834Copy full SHA for 77a2834
1 file changed
opentofu/modules/vultr/instance/userdata/ghost.bu
@@ -275,6 +275,7 @@ systemd:
275
mkdir -p /var/mnt/storage/mysql/data && chmod 0755 /var/mnt/storage/mysql/data && \
276
mkdir -p /var/mnt/storage/ghost-compose && chmod 0700 /var/mnt/storage/ghost-compose && \
277
mkdir -p /var/mnt/storage/traffic-analytics/data && chmod 0755 /var/mnt/storage/traffic-analytics/data && \
278
+ mkdir -p /var/mnt/storage/tinybird && chmod 0755 /var/mnt/storage/tinybird && \
279
touch /var/mnt/storage/ghost-compose/.env.generated && chmod 0600 /var/mnt/storage/ghost-compose/.env.generated\'
280
RemainAfterExit=true
281
0 commit comments