-
Notifications
You must be signed in to change notification settings - Fork 769
Closed
Description
Line 10 contains "souce" instead of "source" in echo statement.
#!/usr/bin/env bash
### every exit != 0 fails the script
set -e
echo "$bitsass Install nss-wrapper to be able to execute image as non-root user"
apt-get update
apt-get install -y libnss-wrapper gettext
apt-get clean -y
echo "add 'souce generate_container_user' to .bashrc"
# have to be added to hold all env vars correctly
echo 'source $STARTUPDIR/generate_container_user' >> $HOME/.bashrc
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels