Actually add the script interpreter patch.

This commit is contained in:
Bojan Smojver 2018-04-23 15:22:45 +10:00
parent 4d36aa7cf9
commit 53cacd0256
1 changed files with 9 additions and 0 deletions

View File

@ -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.