Skip to content

Commit

Permalink
socfpga-gsrd-init.sh: Update Agilex name to Agilex7
Browse files Browse the repository at this point in the history
Signed-off-by: drosdi <danish.ahmad.rosdi@intel.com>
  • Loading branch information
drosdi committed Sep 29, 2023
1 parent ac8a744 commit 56d014c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if [ "$(cat /sys/class/fpga_manager/fpga0/state)" == "operating" ]; then
elif [ "`cat /etc/hostname`" == "stratix10" ]; then
/www/pages/cgi-bin/scroll_server &

elif [[ "`cat /etc/hostname`" =~ "agilex_" ]]; then
elif [[ "`cat /etc/hostname`" =~ "agilex7" ]]; then
/www/pages/cgi-bin/scroll_server &
else
echo "machine not found"
Expand Down

0 comments on commit 56d014c

Please sign in to comment.