Merge pull request #33 from linuxserver/sesman-fedora

This commit is contained in:
Adam 2022-10-31 15:45:40 +00:00 committed by GitHub
commit 3cf0a2eef8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View File

@ -91,6 +91,7 @@ RUN \
VERSION=$(ls -1 /usr/lib64/ | \
awk -F '-' '/pulse-/ {print $2; exit}') && \
ldconfig -n /usr/lib64/pulse-${VERSION}/modules && \
sed -i 's/ListenAddress/;ListenAddress/' /etc/xrdp/sesman.ini && \
echo "**** cleanup and user perms ****" && \
echo "abc:abc" | chpasswd && \
usermod -s /bin/bash abc && \

View File

@ -87,6 +87,7 @@ RUN \
VERSION=$(ls -1 /usr/lib64/ | \
awk -F '-' '/pulse-/ {print $2; exit}') && \
ldconfig -n /usr/lib64/pulse-${VERSION}/modules && \
sed -i 's/ListenAddress/;ListenAddress/' /etc/xrdp/sesman.ini && \
echo "**** cleanup and user perms ****" && \
echo "abc:abc" | chpasswd && \
usermod -s /bin/bash abc && \

View File

@ -87,6 +87,7 @@ RUN \
VERSION=$(ls -1 /usr/lib/ | \
awk -F '-' '/pulse-/ {print $2; exit}') && \
ldconfig -n /usr/lib/pulse-${VERSION}/modules && \
sed -i 's/ListenAddress/;ListenAddress/' /etc/xrdp/sesman.ini && \
echo "**** cleanup and user perms ****" && \
echo "abc:abc" | chpasswd && \
usermod -s /bin/bash abc && \