mirror of
https://github.com/linuxserver/docker-baseimage-rdesktop.git
synced 2026-02-20 08:39:58 +08:00
Fix execlineb path
This commit is contained in:
parent
be0e662458
commit
2ded9f2ed3
@ -1,4 +1,4 @@
|
||||
#!/bin/execlineb -P
|
||||
#! /usr/bin/execlineb -P
|
||||
|
||||
# Redirect stderr to stdout.
|
||||
fdmove -c 2 1
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#!/bin/execlineb -P
|
||||
#! /usr/bin/execlineb -P
|
||||
|
||||
# Move stderr to out so it's piped to logger
|
||||
fdmove -c 2 1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user