mirror of
https://github.com/linuxserver/docker-baseimage-rdesktop.git
synced 2026-02-20 08:39:58 +08:00
Merge pull request #41 from linuxserver/fedora-remove-sesman-sed
Remove sesman sed (fedora)
This commit is contained in:
commit
39d03b4cde
@ -91,7 +91,6 @@ 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 && \
|
||||
|
||||
@ -87,7 +87,6 @@ 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 && \
|
||||
|
||||
@ -87,7 +87,6 @@ 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 && \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user