Skip to content

Commit

Permalink
Fix timezone
Browse files Browse the repository at this point in the history
  • Loading branch information
MallocArray committed Jan 5, 2023
1 parent 0968e2d commit 2227d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud-init/unifi-init.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ packages:
runcmd:
# Set timezone if defined
- |
if [$(cloud-init query ds.metadata.timezone)]
if (cloud-init query ds.metadata.timezone)
then
timedatectl set-timezone $(cloud-init query ds.metadata.timezone)
fi
Expand Down

0 comments on commit 2227d77

Please sign in to comment.