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.