Skip to content

Commit

Permalink
Fix shill usage for proxy user during setup
Browse files Browse the repository at this point in the history
  • Loading branch information
plumdog committed Mar 7, 2024
1 parent b2b2d5b commit f4923d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ main() {
sudo chown -R "$proxy_user_name:$proxy_user_name" "$tmpdir"
(sudo su - $proxy_user_name && {
(sudo su - --shell=/bin/bash $proxy_user_name && {
keysadded=0
for filename in "$tmpdir"/*.pub; do
if [[ -f $filename ]]; then
Expand Down

0 comments on commit f4923d2

Please sign in to comment.