diff options
author | Samruddhi Khandale <skhandale@microsoft.com> | 2023-01-17 20:34:53 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-17 20:34:53 +0300 |
commit | 58b8fe093da506595118076cedbdeee4aa6d20b0 (patch) | |
tree | c9f0665461e66b57419d82bbccc4ec5c5669f147 /src/nix/nix-entrypoint.sh | |
parent | 79588ef3da9abb2b536583130653b05030e8e5a6 (diff) |
Fix typos in comments / *.md (#396)
Diffstat (limited to 'src/nix/nix-entrypoint.sh')
-rwxr-xr-x | src/nix/nix-entrypoint.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix/nix-entrypoint.sh b/src/nix/nix-entrypoint.sh index cac3e63..0ec7188 100755 --- a/src/nix/nix-entrypoint.sh +++ b/src/nix/nix-entrypoint.sh @@ -15,7 +15,7 @@ if ! pidof nix-daemon > /dev/null 2>&1; then fi fi if [ "${start_ok}" = "false" ]; then - echo -e 'Failed to start nix-daemon as root. Set multiUser to false in your feature configuraiton if you would\nprefer to run the container as a non-root. You may also start the daemon manually if you have sudo\ninstalled and configured for your user by running "sudo -c nix-daemon &"' + echo -e 'Failed to start nix-daemon as root. Set multiUser to false in your feature configuration if you would\nprefer to run the container as a non-root. You may also start the daemon manually if you have sudo\ninstalled and configured for your user by running "sudo -c nix-daemon &"' fi fi exec "$@" |