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

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Skovhede <kenneth@hexad.dk>2019-09-18 14:27:06 +0300
committerKenneth Skovhede <kenneth@hexad.dk>2019-09-18 14:27:06 +0300
commit2e5574f3703a1850c61bbb7b5273be5240e46233 (patch)
tree9ea98474bd44eff4d165eaa4cc7083b880575690 /build-release.sh
parentbc2125fb85ee954e0a2adf57d676e2847cde468d (diff)
Added sudo check in the build script to avoid timeouts during build
Diffstat (limited to 'build-release.sh')
-rw-r--r--build-release.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/build-release.sh b/build-release.sh
index 0775f9dd1..b5f951f7d 100644
--- a/build-release.sh
+++ b/build-release.sh
@@ -96,6 +96,9 @@ if [ "z${KEYFILE_PASSWORD}" == "z" ]; then
exit 0
fi
+echo "Activating sudo rights for building the installers later, please enter sudo password:"
+sudo echo "Sudo activated"
+
RELEASE_CHANGEINFO_NEWS=$(cat "${RELEASE_CHANGELOG_NEWS_FILE}")
git stash save "${GIT_STASH_NAME}"