You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when starting the container like documented, i get some errors and cannot login via ssh.
user: userxyz
/github-keys.sh: line 15: [: -eq: unary operator expected
Importing userxyz's GitHub pub key(s) to www account...
mkdir: cannot create directory '/data/www/.ssh': Permission denied
Creating new ~/.ssh/authorized_keys
touch: cannot touch '/data/www/.ssh/authorized_keys': No such file or directory
Nginx status page: allowed address set to 127.0.0.1.
after starting the associated containers again, the errors went away, sorry.
The text was updated successfully, but these errors were encountered:
This fixes nasty `[: -eq: unary operator expected` error
plus adds another warning about empty selection of keys for provided
user.
Relates: #10
Relates: #11
when starting the container like documented, i get some errors and cannot login via ssh.
after starting the associated containers again, the errors went away, sorry.
The text was updated successfully, but these errors were encountered: