Skip to content

Commit

Permalink
Merge branch 'duhan_5.1' into duhan_test
Browse files Browse the repository at this point in the history
  • Loading branch information
duhansysl authored Aug 9, 2024
2 parents 1bdd532 + 386cfe8 commit 13b8665
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apollo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -254,9 +254,9 @@ BUILD_OPTIONS()
echo " Env - Dirty Build"
fi
if [ $CR_SELINUX = "1" ]; then
echo " Selinux - Permissive"
echo " SELinux - Permissive"
else
echo " Selinux - Enforcing"
echo " SELinux - Enforcing"
fi
if [[ "$CR_KSU" =~ ^[yY]$ ]]; then
if [ -n "$KSU_VERSION" ]; then
Expand Down

0 comments on commit 13b8665

Please sign in to comment.