mirror of
https://github.com/nadrad/h-m-m.git
synced 2026-03-13 20:25:45 +01:00
Removed duplicated chmod in install.sh
This commit is contained in:
parent
7ebfd19392
commit
e222b5232e
1 changed files with 0 additions and 2 deletions
2
install.sh
Normal file → Executable file
2
install.sh
Normal file → Executable 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue