From 53cacd02561c06b59c15aa522904c2c72d46caf9 Mon Sep 17 00:00:00 2001 From: Bojan Smojver Date: Mon, 23 Apr 2018 15:22:45 +1000 Subject: [PATCH] Actually add the script interpreter patch. --- xrdp-0.9.6-script-interpreter.patch | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 xrdp-0.9.6-script-interpreter.patch diff --git a/xrdp-0.9.6-script-interpreter.patch b/xrdp-0.9.6-script-interpreter.patch new file mode 100644 index 0000000..15de583 --- /dev/null +++ b/xrdp-0.9.6-script-interpreter.patch @@ -0,0 +1,9 @@ +diff -ruN xrdp-0.9.6-v/sesman/startwm.sh xrdp-0.9.6/sesman/startwm.sh +--- xrdp-0.9.6-v/sesman/startwm.sh 2018-03-26 15:29:21.000000000 +1100 ++++ xrdp-0.9.6/sesman/startwm.sh 2018-04-23 14:48:12.320386375 +1000 +@@ -1,4 +1,4 @@ +-#!/usr/bin/env bash ++#!/bin/bash + # + # This script is an example. You might need to edit this script + # depending on your distro if it doesn't work for you.