zeroed-some/dougk / 8b3ef9c

Browse files

add nixos to list to skip selinux

Authored by mfwolffe <wolffemf@dukes.jmu.edu>
SHA
8b3ef9cfb58156440fe15ab13fef5f335d4217e8
Parents
0c90bc9
Tree
dfac349

1 changed file

StatusFile+-
M deploy.sh 1 1
deploy.shmodified
@@ -35,7 +35,7 @@ case "$DISTRO" in
35
         echo "▶ fix selinux context"
35
         echo "▶ fix selinux context"
36
         sudo restorecon -Rv "$SITE/releases/$STAMP"
36
         sudo restorecon -Rv "$SITE/releases/$STAMP"
37
         ;;
37
         ;;
38
-    arch|manjaro|endeavouros)
38
+    nixos|arch|manjaro|endeavouros)
39
         echo "▶ skipping selinux (not used on $DISTRO)"
39
         echo "▶ skipping selinux (not used on $DISTRO)"
40
         ;;
40
         ;;
41
     *)
41
     *)