Lets see if this fixes..
This commit is contained in:
@ -102,11 +102,11 @@ echo "Now running $FUNCNAME...."
|
|||||||
curl --silent http://dl.knownelement.com/FetchApplyDistPoint/aliases > /etc/aliases
|
curl --silent http://dl.knownelement.com/FetchApplyDistPoint/aliases > /etc/aliases
|
||||||
curl --silent http://dl.knownelement.com/FetchApplyDistPoint/rsyslog.conf> /etc/rsyslog.conf
|
curl --silent http://dl.knownelement.com/FetchApplyDistPoint/rsyslog.conf> /etc/rsyslog.conf
|
||||||
|
|
||||||
if [ ! -d /root/.ssh ]; then
|
if [ ! -d /root/.ssh/ ]; then
|
||||||
mkdir /root/.ssh/
|
mkdir /root/.ssh/
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -d /localuser/.ssh ]; then
|
if [ ! -d /localuser/.ssh/ ]; then
|
||||||
mkdir /root/.ssh/
|
mkdir /root/.ssh/
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user