Page MenuHomeDevCentral

Ignore SC2038 EUID shellcheck issue
ClosedPublic

Authored by dereckson on Jul 2 2024, 20:29.
Tags
None
Referenced Files
F8268993: D3350.id8626.diff
Sat, May 10, 17:06
F8228039: D3350.id8626.diff
Sat, May 10, 03:17
F8209422: D3350.id8625.diff
Fri, May 9, 21:14
Unknown Object (File)
Thu, May 8, 17:40
Unknown Object (File)
Fri, May 2, 13:26
Unknown Object (File)
Wed, Apr 30, 14:18
Unknown Object (File)
Tue, Apr 29, 14:12
Unknown Object (File)
Tue, Apr 29, 05:44
Subscribers
None

Details

Summary

$EUID is used to determine if a command is run as root. ShellCheck
reports every POSIX shell should have it, but that's not the case
of all dash versions.

Test Plan

arc lint roles/webserver-alkane/php/files/restart-php-fpm.sh

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson created this revision.
This revision is now accepted and ready to land.Jul 2 2024, 20:29
This revision was automatically updated to reflect the committed changes.