Skip to content

Commit

Permalink
Fixed typo, changed lool login shell.
Browse files Browse the repository at this point in the history
	modified:   install-lool.sh
  • Loading branch information
RainerEmrich committed Mar 31, 2017
1 parent 7093b82 commit 03e3a7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install-lool.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export START_DIR="$(pwd)"
export MYSELF="$(readlink -f "$0")"
export MYSELF_QUOTED="$(echo "${MYSELF}" | sed 's/\//\\\//g' -)"
export BASE_DIR="$(dirname "${MYSELF}")"
export ARCHIVES_DIR="${BASE_DIR}/Narchives"
export ARCHIVES_DIR="${BASE_DIR}/archives"
export BM_DIR="${BASE_DIR}/backupmanager"
export CONFIG_DIR="${BASE_DIR}/config"
export DATA_DIR="${BASE_DIR}/data"
Expand Down Expand Up @@ -96,7 +96,7 @@ if [ "${LOOL_INSTALLED}" != "1" ] ; then
echo

groupadd -f lool
useradd --gid lool --groups sudo --home-dir /opt/lool --no-create-home --shell /bin/false lool
useradd --gid lool --groups sudo --home-dir /opt/lool --no-create-home --shell /usr/sbin/nologin lool

echo
echo "#######################################################################################"
Expand Down

0 comments on commit 03e3a7d

Please sign in to comment.