Skip to content

Commit 5c939fa

Browse files
authored
Update ADconnection.sh
1 parent a6b4c6a commit 5c939fa

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

ADconnection.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1902,7 +1902,7 @@ exit
19021902
fi
19031903
echo "session required pam_unix.so" | sudo tee -a /etc/pam.d/common-session
19041904
fi_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"
20162016
exit
20172017
fi
20182018
fi_auth_yum
2019-
exit
2019+
exit 0
20202020
}
20212021

20222022
############################# Elemntary #####################################
@@ -2085,7 +2085,7 @@ else
20852085
sudo echo "greeter-show-manual-login=true" | sudo tee -a /usr/share/lightdm/lightdm.conf.d/40-io.elementary.greeter.conf
20862086
fi
20872087
fi_auth
2088-
exit
2088+
exit 0
20892089
}
20902090

20912091
############################# Linux Mint #####################################
@@ -2155,7 +2155,7 @@ else
21552155
sudo echo "greeter-show-manual-login=true" | sudo tee -a /usr/share/lightdm/lightdm.conf.d/50-disable-guest.conf
21562156
fi
21572157
fi_auth
2158-
exit
2158+
exit 0
21592159
}
21602160

21612161
############################### Update to Realmd from likewise ##################

0 commit comments

Comments
 (0)