vncserver: fix generated xstartup indentation

This commit is contained in:
Dmitry Maksyoma
2021-09-17 06:09:33 +12:00
parent 3b3c8d0881
commit f857d47ccf

View File

@@ -193,8 +193,8 @@ generate_xstartup() {
de_cmd_from_name de_cmd_from_name
cat <<-SCRIPT > "$xstartup_script" cat <<-SCRIPT > "$xstartup_script"
#!/bin/sh #!/bin/sh
$de_cmd $de_cmd
SCRIPT SCRIPT
chmod +x "$xstartup_script" chmod +x "$xstartup_script"
} }