This commit is contained in:
Daniel Hansson 2017-12-05 21:36:37 +01:00 коммит произвёл GitHub
Родитель 1b0893d0d7
Коммит 7defd27dad
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 4 добавлений и 1 удалений

5
lib.sh
Просмотреть файл

@ -158,7 +158,10 @@ root_check() {
if ! is_root
then
msg_box "Sorry, you are not root.
You must type: sudo bash $SCRIPTS/nextcloud-startup-script.sh\n"
You have two options:
1. With sudo, type: sudo bash $SCRIPTS/script.sh
2. Become root, type: sudo -i, to become root. Then type /path/to/script.sh
exit 1
fi
}