Use long option names for commands
This commit is contained in:
parent
c349ad7738
commit
8ca04dec25
4 changed files with 5 additions and 5 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#! /usr/bin/sh
|
||||
|
||||
sudo mkdir -p "${BORG_REPO}"
|
||||
sudo mkdir --parents "${BORG_REPO}"
|
||||
sudo chown "${USER}":"${USER}" "${BORG_REPO}"
|
||||
sudo chmod 700 "${BORG_REPO}"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue