add loggingfile for sshs
This commit is contained in:
parent
53153d95f3
commit
b53a2fdca2
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue