add nixos to list to skip selinux
Authored by
mfwolffe <wolffemf@dukes.jmu.edu>
- SHA
8b3ef9cfb58156440fe15ab13fef5f335d4217e8- Parents
-
0c90bc9 - Tree
dfac349
8b3ef9c
8b3ef9cfb58156440fe15ab13fef5f335d4217e80c90bc9
dfac349| Status | File | + | - |
|---|---|---|---|
| M |
deploy.sh
|
1 | 1 |
deploy.shmodified@@ -35,7 +35,7 @@ case "$DISTRO" in | ||
| 35 | 35 | echo "▶ fix selinux context" |
| 36 | 36 | sudo restorecon -Rv "$SITE/releases/$STAMP" |
| 37 | 37 | ;; |
| 38 | - arch|manjaro|endeavouros) | |
| 38 | + nixos|arch|manjaro|endeavouros) | |
| 39 | 39 | echo "▶ skipping selinux (not used on $DISTRO)" |
| 40 | 40 | ;; |
| 41 | 41 | *) |