Erik Westrup
f4d1d6f1b2
chmod u+x bin/ to try execute scripts in build dir
...
before install step
2022-02-16 12:20:54 +01:00
Gerard Bosch
14f9741b82
Add docopt.sh option: DOCOPT_OPTIONS_FIRST=true
...
This will allow to use `resticw` as a true wrapper, enabling to pass
restic options through it, for example:
```
resticw --profile profileX snapshots --compact
```
will now be suported by the wraper :)
2022-02-16 12:19:44 +01:00
Erik Westrup
c1edb2efe1
Remove execution bit on bin/ as these are set when installing
2022-02-13 18:45:52 +01:00
Erik Westrup
5f3ebd5b9d
resticw: fix install prefix
2022-02-11 10:27:35 +01:00
Gerard Bosch
59da5da0da
Fix resticw arguments line
...
It needs to be treated as an array so that complex commands like
`stats latest` work.
2022-02-08 18:51:20 +01:00
Erik Westrup
ab928d0dfd
Rename *.env files to *.env.sh
...
Fixes #66
2022-02-08 17:26:08 +01:00
Erik Westrup
645df1a0d4
Move /sbin to /bin
...
As more users would have /bin than /sbin in their PATH
2022-02-07 18:22:36 +01:00