Skip to content

Commit beb0543

Browse files
author
Till Brehm
committed
Implements #6681 Set PATH variable in update script
1 parent d8df2ef commit beb0543

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

server/scripts/update_runner.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22

3+
PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin
4+
35
_UPD=1
46

57
# padding handles script being overwritten during updates

0 commit comments

Comments
 (0)