Skip to content
Snippets Groups Projects
Commit bd4c3be7 authored by Jérôme Charaoui's avatar Jérôme Charaoui
Browse files

[borg] make indentation consistent with rest of file

parent 7b2917bb
Branches
Tags
1 merge request!10Borg support (rebased)
...@@ -83,14 +83,14 @@ initstr="borg init --encryption=$encryption $execstr_repository" ...@@ -83,14 +83,14 @@ initstr="borg init --encryption=$encryption $execstr_repository"
debug "$initstr" debug "$initstr"
if [ $test = 0 ]; then if [ $test = 0 ]; then
output="`su -c "$initstr" 2>&1`" output="`su -c "$initstr" 2>&1`"
if [ $? = 2 ]; then if [ $? = 2 ]; then
debug $output debug $output
info "Repository was already initialized" info "Repository was already initialized"
else else
warning $output warning $output
warning "Repository has been initialized" warning "Repository has been initialized"
fi fi
fi fi
### EXECUTE ### ### EXECUTE ###
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment