Skip to content

Commit 9f06dd5

Browse files
author
Simon Hofmann
committed
Merge branch 'dev' of github.com:ConSol/docker-headless-vnc-container into dev
2 parents 8c1bbdf + 58fc540 commit 9f06dd5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/centos/install/libnss_wrapper.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ echo "Install nss-wrapper to be able to execute image as non-root user"
66
yum -y install nss_wrapper gettext
77
yum clean all
88

9-
echo "add 'souce generate_container_user' to .bashrc"
9+
echo "add 'source generate_container_user' to .bashrc"
1010

1111
# have to be added to hold all env vars correctly
1212
echo 'source $STARTUPDIR/generate_container_user' >> $HOME/.bashrc

src/ubuntu/install/libnss_wrapper.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ apt-get update
77
apt-get install -y libnss-wrapper gettext
88
apt-get clean -y
99

10-
echo "add 'souce generate_container_user' to .bashrc"
10+
echo "add 'source generate_container_user' to .bashrc"
1111

1212
# have to be added to hold all env vars correctly
1313
echo 'source $STARTUPDIR/generate_container_user' >> $HOME/.bashrc

0 commit comments

Comments
 (0)