Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2018-05-11 10:02:09 +0300
committernachoparker <nacho@ownyourbits.com>2018-05-11 10:28:26 +0300
commitb93aec5adc59fb9411766bf324db74853fe271cd (patch)
tree8f3861313c57862723cfe2ec667f79cc55897a87 /update.sh
parentdbc3094674d0b449ba4a5752298e01153e01c0f5 (diff)
nc-restore: separate in its own executablev0.54.9
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/update.sh b/update.sh
index d21f7034..d289179b 100755
--- a/update.sh
+++ b/update.sh
@@ -131,9 +131,10 @@ done
}
}
- # update nc-backup
+ # update nc-backup and nc-restore
cd "$CONFDIR" &>/dev/null
install_script nc-backup.sh
+ install_script nc-restore.sh
cd - &>/dev/null