You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
installing mailcow via this role just broke for me - the role checks whether /opt/mailcow-dockerized exists and only checks out git if the folder is not there yet.
I created a btrfs subvolume and mounted it to /opt/mailcow-dockerized beforehand...
I suggest checking for existance of /opt/mailcow/dockerized/.git instead - following up with a PR...
The text was updated successfully, but these errors were encountered:
installing mailcow via this role just broke for me - the role checks whether /opt/mailcow-dockerized exists and only checks out git if the folder is not there yet.
I created a btrfs subvolume and mounted it to /opt/mailcow-dockerized beforehand...
I suggest checking for existance of /opt/mailcow/dockerized/.git instead - following up with a PR...
The text was updated successfully, but these errors were encountered: