summaryrefslogtreecommitdiff
path: root/src/bootstrap.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/bootstrap.sh')
-rw-r--r--src/bootstrap.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bootstrap.sh b/src/bootstrap.sh
index 946148b..28d5718 100644
--- a/src/bootstrap.sh
+++ b/src/bootstrap.sh
@@ -51,9 +51,9 @@ bootstrap () {
create_directories
printf "${GREEN}${CHECKMARK}\n"
- sync
+ ${DO_SYNC} && sync
- install $@
+ [ "$#" != "0" ] && install $@
import_keys
}