Skip to content

Commit 49f8e63

Browse files
committed
Initial Commit
1 parent eab4340 commit 49f8e63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ if [ "$DISTRO" == "raspbian" ]; then
167167
# Set up Raspberry Pi to boot into the desktop environment
168168
sudo raspi-config nonint do_boot_behaviour B4
169169

170-
if [ "$(echo $@ | grep '--multimon')" != "" ]; then
170+
if [ "$(echo "./setup --multimon" | grep -- --multimon)" != "" ]; then
171171

172172
# Enable HDMI output for both monitors
173173
sudo bash -c 'cat <<EOL >> /boot/config.txt

0 commit comments

Comments
 (0)