Skip to content

Commit

Permalink
replace subshell usage with alternative
Browse files Browse the repository at this point in the history
  • Loading branch information
nnyyxxxx committed Sep 22, 2024
1 parent e9b1217 commit 5b49620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/tabs/utils/samba-ssh-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ setup_samba() {
"$ESCALATION_TOOL" smbpasswd -a "$SAMBA_USER"

# Configure Samba settings
"$ESCALATION_TOOL" sh -c "cat > $SAMBA_CONFIG" <<EOL
"$ESCALATION_TOOL" tee "$SAMBA_CONFIG" > /dev/null <<EOL
[global]
workgroup = WORKGROUP
server string = Samba Server
Expand Down

0 comments on commit 5b49620

Please sign in to comment.