Skip to content

Commit

Permalink
init: fix shellcheck warning
Browse files Browse the repository at this point in the history
  • Loading branch information
89luca89 committed Dec 19, 2021
1 parent b802726 commit 45b7593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distrobox-init
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ if ! id "${container_user_name}"; then
if ! useradd \
--home-dir "${container_user_home}" \
--no-create-home \
--shell ${SHELL} \
--shell "${SHELL}" \
--uid "${container_user_uid}" \
--gid "${container_user_gid}" \
"${container_user_name}"; then
Expand Down

0 comments on commit 45b7593

Please sign in to comment.