mirror of
https://github.com/pivpn/pivpn.git
synced 2024-12-18 19:00:15 +00:00
W/space
Signed-off-by: corbolais <corbolais@gmail.com>
This commit is contained in:
parent
3c280e0a94
commit
e72786e8de
1 changed files with 1 additions and 1 deletions
|
@ -639,7 +639,7 @@ makeRepo(){
|
||||||
### FIXME: Never call rm -rf with a plain variable. Never again as SU!
|
### FIXME: Never call rm -rf with a plain variable. Never again as SU!
|
||||||
#$SUDO rm -rf "${1}"
|
#$SUDO rm -rf "${1}"
|
||||||
if test -n "$1"; then
|
if test -n "$1"; then
|
||||||
$SUDO rm -rf "$(dirname "$1")/.pivpn"
|
$SUDO rm -rf "$(dirname "$1")/.pivpn"
|
||||||
fi
|
fi
|
||||||
# Go back to /etc otherwhise git will complain when the current working
|
# Go back to /etc otherwhise git will complain when the current working
|
||||||
# directory has just been deleted (/etc/.pivpn).
|
# directory has just been deleted (/etc/.pivpn).
|
||||||
|
|
Loading…
Reference in a new issue