Skip to content

Commit

Permalink
CA-405820 guard /etc/init.d/functions in xe-toolstack-restart (#6289)
Browse files Browse the repository at this point in the history
The sourced file does not exist in XS9. I believe we are not using any
of the functionality provided but to be safe, keep it in XS8 for now.
  • Loading branch information
lindig authored Feb 10, 2025
2 parents 8d120af + c2fdee1 commit 3ad08f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/xe-toolstack-restart
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
#
. /etc/init.d/functions
test -f /etc/init.d/functions && source /etc/init.d/functions

FILENAME=`basename $0`
LOCKFILE='/dev/shm/xe_toolstack_restart.lock'
Expand Down

0 comments on commit 3ad08f1

Please # to comment.