File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1902,7 +1902,7 @@ exit
19021902fi
19031903echo " session required pam_unix.so" | sudo tee -a /etc/pam.d/common-session
19041904fi_auth_yum
1905- exit
1905+ exit 0
19061906}
19071907
19081908# ############################## Raspberry Pi ###################################
@@ -2016,7 +2016,7 @@ echo "AD join failed.please check your errors with journalctl -xe"
20162016exit
20172017fi
20182018fi_auth_yum
2019- exit
2019+ exit 0
20202020}
20212021
20222022# ############################ Elemntary #####################################
@@ -2085,7 +2085,7 @@ else
20852085sudo echo " greeter-show-manual-login=true" | sudo tee -a /usr/share/lightdm/lightdm.conf.d/40-io.elementary.greeter.conf
20862086fi
20872087fi_auth
2088- exit
2088+ exit 0
20892089}
20902090
20912091# ############################ Linux Mint #####################################
@@ -2155,7 +2155,7 @@ else
21552155sudo echo " greeter-show-manual-login=true" | sudo tee -a /usr/share/lightdm/lightdm.conf.d/50-disable-guest.conf
21562156fi
21572157fi_auth
2158- exit
2158+ exit 0
21592159}
21602160
21612161# ############################## Update to Realmd from likewise ##################
You can’t perform that action at this time.
0 commit comments