From 5dc5fb5995b6d0d3e24cc51c718be3c25f0cbbad Mon Sep 17 00:00:00 2001 From: Nyx <144965845+nnyyxxxx@users.noreply.github.com> Date: Sun, 22 Sep 2024 13:37:42 -0400 Subject: [PATCH] replace subshell usage with alternative (#624) Co-authored-by: nnyyxxxx --- core/tabs/system-setup/samba-ssh-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/tabs/system-setup/samba-ssh-setup.sh b/core/tabs/system-setup/samba-ssh-setup.sh index a4bbf95f..95edac08 100755 --- a/core/tabs/system-setup/samba-ssh-setup.sh +++ b/core/tabs/system-setup/samba-ssh-setup.sh @@ -112,7 +112,7 @@ setup_samba() { "$ESCALATION_TOOL" smbpasswd -a "$SAMBA_USER" # Configure Samba settings - "$ESCALATION_TOOL" sh -c "cat > $SAMBA_CONFIG" < /dev/null <