Page MenuHomeDevCentral

Ignore SC2038 EUID shellcheck issue
ClosedPublic

Authored by dereckson on Jul 2 2024, 20:29.
Tags
None
Referenced Files
F7107915: D3350.diff
Sun, Apr 20, 20:02
F7081728: D3350.id.diff
Sun, Apr 20, 09:33
Unknown Object (File)
Sat, Apr 19, 15:28
Unknown Object (File)
Mon, Apr 14, 06:00
Unknown Object (File)
Thu, Apr 10, 06:06
Unknown Object (File)
Thu, Apr 10, 05:10
Unknown Object (File)
Wed, Apr 9, 01:24
Unknown Object (File)
Sat, Apr 5, 19:16
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.