add loggingfile for sshs

This commit is contained in:
Jakobus Schürz 2020-09-22 22:06:27 +02:00
parent 53153d95f3
commit b53a2fdca2

View file

@ -309,6 +309,7 @@ sshs() {
export USERNAME="${USERNAME}"
export FULLNAME="${FULLNAME}"
export USEREMAIL="${USEREMAIL}"
export SCRIPT_LOG="${TMPBASHCONFIG//.conf/.log}"
for i in /etc/profile.d/*.sh; do
if [ -r "$i" ];then