1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-25 19:17:22 +01:00
This commit is contained in:
downtownallday
2020-06-02 13:12:13 -04:00
parent f4ae538c16
commit c9a4aec7ed

View File

@@ -15,7 +15,7 @@ before_install:
- echo "==== DUMP AppArmor Status ===="
- (sudo aa-status; true)
- echo "==== DUMP Other ===="
- echo "UMASK: $(umask)"
- echo "UMASK=$(umask)"
- echo "==== System update ===="
- sudo apt-get update
- echo "==== Install test/qa packages ===="