Rmove listenaddress from sesman.ini

This commit is contained in:
TheSpad 2022-10-31 14:25:30 +00:00
parent 8de7ee3a18
commit c4cd514b2a
No known key found for this signature in database
GPG Key ID: 08F06191F4587860
3 changed files with 3 additions and 0 deletions

View File

@ -87,6 +87,7 @@ RUN \
echo "**** configure locale ****" && \
echo "en_US.UTF-8 UTF-8" > /etc/locale.gen && \
locale-gen && \
sed -i 's/ListenAddress/;ListenAddress/' /etc/xrdp/sesman.ini && \
echo "**** cleanup ****" && \
rm -rf \
/tmp/* \

View File

@ -82,6 +82,7 @@ RUN \
echo "**** configure locale ****" && \
echo "en_US.UTF-8 UTF-8" > /etc/locale.gen && \
locale-gen && \
sed -i 's/ListenAddress/;ListenAddress/' /etc/xrdp/sesman.ini && \
echo "**** cleanup ****" && \
rm -rf \
/tmp/* \

View File

@ -82,6 +82,7 @@ RUN \
echo "**** configure locale ****" && \
echo "en_US.UTF-8 UTF-8" > /etc/locale.gen && \
locale-gen && \
sed -i 's/ListenAddress/;ListenAddress/' /etc/xrdp/sesman.ini && \
echo "**** cleanup ****" && \
rm -rf \
/tmp/* \