Removed duplicated chmod in install.sh

This commit is contained in:
Lawrence Lagerlof 2022-09-17 12:45:29 -03:00
parent 7ebfd19392
commit e222b5232e

2
install.sh Normal file → Executable file
View file

@ -73,8 +73,6 @@ fi
rm -f /tmp/h-m-m
# Make the copied file executable
sudo chmod +x $DESTINATION_DIR/h-m-m
if ! sudo chmod +x $DESTINATION_DIR/h-m-m; then
printf "ERROR: Could not make the script %s/h-m-m executable.\n" "$DESTINATION_DIR"
exit 1