aboutsummaryrefslogtreecommitdiff
path: root/sync-code
diff options
context:
space:
mode:
Diffstat (limited to 'sync-code')
-rwxr-xr-xsync-code3
1 files changed, 1 insertions, 2 deletions
diff --git a/sync-code b/sync-code
index c0e28bb..1d1ccc9 100755
--- a/sync-code
+++ b/sync-code
@@ -22,7 +22,7 @@ function sync_code_run {
$UNISON $config
else
echo "Skipping absent profile $config."
- return 1
+ return
fi
}
@@ -48,5 +48,4 @@ if [ ! -z "$DEST" ]; then
for profile in $profiles; do
sync_code_run $profile
done
-
fi