Page MenuHomeDevCentral

Ignore SC2038 EUID shellcheck issue
ClosedPublic

Authored by dereckson on Jul 2 2024, 20:29.
Tags
None
Referenced Files
F31713456: D3350.id.diff
Thu, Jun 4, 01:29
Unknown Object (File)
Thu, May 28, 16:12
Unknown Object (File)
Tue, May 26, 17:50
Unknown Object (File)
Tue, May 26, 06:37
Unknown Object (File)
Mon, May 25, 15:53
Unknown Object (File)
Sun, May 24, 13:31
Unknown Object (File)
Sat, May 23, 05:22
Unknown Object (File)
Fri, May 22, 13:42
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.