Page MenuHomeDevCentral

Ignore SC2038 EUID shellcheck issue
ClosedPublic

Authored by dereckson on Jul 2 2024, 20:29.
Tags
None
Referenced Files
F11807619: D3350.id8626.diff
Wed, Sep 24, 04:54
F11807600: D3350.id8625.diff
Wed, Sep 24, 04:52
F11806528: D3350.diff
Wed, Sep 24, 02:36
Unknown Object (File)
Mon, Sep 22, 06:30
Unknown Object (File)
Sun, Sep 21, 09:15
Unknown Object (File)
Sun, Sep 21, 01:08
Unknown Object (File)
Fri, Sep 19, 19:26
Unknown Object (File)
Wed, Sep 17, 07:50
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.