Page MenuHomeDevCentral

Ignore SC2038 EUID shellcheck issue
ClosedPublic

Authored by dereckson on Jul 2 2024, 20:29.
Tags
None
Referenced Files
F35018646: D3350.diff
Mon, Jul 6, 00:54
F35010193: D3350.id8626.diff
Sun, Jul 5, 23:31
Unknown Object (File)
Fri, Jul 3, 23:32
Unknown Object (File)
Thu, Jul 2, 11:25
Unknown Object (File)
Thu, Jul 2, 09:17
Unknown Object (File)
Thu, Jul 2, 07:12
Unknown Object (File)
Thu, Jul 2, 06:13
Unknown Object (File)
Sun, Jun 28, 11:48
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 Passed
Unit
No Test Coverage
Branch
main
Build Status
Buildable 5310
Build 5591: arc lint + arc unit

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.