Page MenuHomeDevCentral

Ignore SC2038 EUID shellcheck issue
ClosedPublic

Authored by dereckson on Jul 2 2024, 20:29.
Tags
None
Referenced Files
F25035143: D3350.id8626.diff
Thu, Mar 26, 12:21
Unknown Object (File)
Mon, Mar 23, 13:08
Unknown Object (File)
Sat, Mar 21, 14:23
Unknown Object (File)
Fri, Mar 20, 09:52
Unknown Object (File)
Thu, Mar 19, 10:47
Unknown Object (File)
Wed, Mar 18, 15:40
Unknown Object (File)
Wed, Mar 18, 13:51
Unknown Object (File)
Tue, Mar 17, 07:10
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.