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

github.com/nextcloud/vm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Hansson <daniel@techandme.se>2017-09-27 13:04:55 +0300
committerGitHub <noreply@github.com>2017-09-27 13:04:55 +0300
commit6aa0ae05030dea95cfc18b45313d0d5a1829cc60 (patch)
treeb84f327866aeb17ee1f7b2c38df469fd0d8efa50 /lets-encrypt
parentdd4979dc95ec5cc2df81eee987a36fb526d28d31 (diff)
add path (#380)
Diffstat (limited to 'lets-encrypt')
-rw-r--r--lets-encrypt/activate-ssl.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lets-encrypt/activate-ssl.sh b/lets-encrypt/activate-ssl.sh
index e48bf70c..30b84d68 100644
--- a/lets-encrypt/activate-ssl.sh
+++ b/lets-encrypt/activate-ssl.sh
@@ -15,7 +15,7 @@ debug_mode
# Check if root
if ! is_root
then
- printf "\n${Red}Sorry, you are not root.\n${Color_Off}You need to type: ${Cyan}sudo ${Color_Off}bash %s/activate-ssl.sh\n" "$SCRIPTS"
+ printf "\n${Red}Sorry, you are not root.\n${Color_Off}You need to type: ${Cyan}sudo ${Color_Off}bash %s/$SCRIPTS/activate-ssl.sh\n" "$SCRIPTS"
exit 1
fi