Skip to content

Commit eaadfb9

Browse files
author
Till Brehm
committed
Merge branch '6681-set-path-variable-in-update-script' into 'develop'
Resolve "Set PATH variable in update script" Closes #6681 See merge request ispconfig/ispconfig3!1875
2 parents d8df2ef + beb0543 commit eaadfb9

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)