This reverts commit 6aa0ae0503.
This commit is contained in:
Daniel Hansson 2017-09-27 12:09:49 +02:00 коммит произвёл GitHub
Родитель 6aa0ae0503
Коммит 04acb76a09
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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/$SCRIPTS/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/activate-ssl.sh\n" "$SCRIPTS"
exit 1
fi