Skip to content

Commit

Permalink
Syntax Error at line 92 in ./SIGpi_installer.sh #49 (Cheers ratedZ27)
Browse files Browse the repository at this point in the history
  • Loading branch information
joecupano committed Oct 16, 2023
1 parent a065199 commit bc8621e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SIGpi_installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ if [ "$SIGPI_OSNAME" = "Debian GNU/Linux 11 (bullseye)" ]; then
SIGPI_CERTIFIED="true"
fi

if [[ "$SIGPI_OSNAME" = *Ubuntu 22.04* ]]; then
if [ "$SIGPI_OSNAME" = *Ubuntu 22.04* ]; then
SIGPI_CERTIFIED="true"
fi

Expand Down

0 comments on commit bc8621e

Please sign in to comment.