summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoichiro IWAO <meta@vmeta.jp>2018-03-01 17:40:48 +0900
committermetalefty <meta@vmeta.jp>2018-03-09 14:24:17 +0900
commit97c21bc97274096cd7cf50cf3f253f946a404259 (patch)
tree88693ebbe16ad79e92f0b22ee8c8c99db4e2d662
parent3d9e7db849fa2cc30053e896316e5f61e85d87e5 (diff)
downloadxrdp-proprietary-97c21bc97274096cd7cf50cf3f253f946a404259.tar.gz
xrdp-proprietary-97c21bc97274096cd7cf50cf3f253f946a404259.zip
sesman: default startwm.sh should use bash
as it sources bash_profile. And add comments. Closes #1009.
-rwxr-xr-xsesman/startwm.sh9
1 files changed, 8 insertions, 1 deletions
diff --git a/sesman/startwm.sh b/sesman/startwm.sh
index 452917a4..ad060106 100755
--- a/sesman/startwm.sh
+++ b/sesman/startwm.sh
@@ -1,4 +1,11 @@
-#!/bin/sh
+#!/usr/bin/env bash
+#
+# This script is an example. You might need to edit this script
+# depending on your distro if it doesn't work for you.
+#
+# Uncomment the following line for debug:
+# exec xterm
+
# Execution sequence for interactive login shell - pseudocode
#