diff --git a/Makefile b/Makefile index 047769d..bfed0aa 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ install-systemd: install-share: @echo 'installing auxiliary scripts...' - install -Dm644 ssh_filter_btrbk.sh "$(DESTDIR)$(SCRIPTDIR)/ssh_filter_btrbk.sh" + install -Dm755 ssh_filter_btrbk.sh "$(DESTDIR)$(SCRIPTDIR)/ssh_filter_btrbk.sh" install-man: @echo 'installing manpages...'