Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions scripts/guppy_screen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ function install_guppy_screen(){
fi
cp "$GUPPY_SCREEN_CONFIG_3V3_URL" "$GUPPY_SCREEN_FOLDER"/guppyconfig.json
fi
chmod 775 "$GUPPY_SCREEN_URL2"
if grep -q "include GuppyScreen" "$PRINTER_CFG" ; then
echo -e "Info: Guppy Screen configurations are already enabled in printer.cfg file."
else
Expand Down Expand Up @@ -291,4 +290,4 @@ function remove_guppy_screen(){
error_msg "Please select a correct choice!";;
esac
done
}
}