Skip to content
Snippets Groups Projects
Commit a2eef749 authored by Elian Loraux's avatar Elian Loraux
Browse files

fix typo

parent 0ef45d3c
No related branches found
No related tags found
1 merge request!21Services desk 81 redistributivite securimag
......@@ -118,7 +118,7 @@ bash $DIR/checks/rkhunter.sh
# Allow maintenance operations:
mkdir -p /root/.ssh
if [ "$TETRAS_MAINTENACE" = true ] ; then
if [ "$TETRAS_MAINTENANCE" = true ] ; then
cat id_rsa.pub >> /root/.ssh/authorized_keys
else
touch /root/.ssh/authorized_keys
......
......@@ -15,8 +15,8 @@ export DOMAIN="dev.tetras-libre.fr"
export SERVER_ADMIN="sysadmin@tetras-libre.fr"
# TODO put this variable to false if tetras does not provide maintenance
# This has the consequence of whether or not the free tetras ssh public key is added to the authorized keys
export TETRAS_MAINTENACE=true
# This has the consequence of whether or not the Tetras-Libre ssh public key is added to the authorized keys
export TETRAS_MAINTENANCE=true
# TODO change ignore domains for fail2ban
export IGNORE_DOMAINS=(
......
......@@ -6,7 +6,7 @@ echo "RUN $(basename "$0") ==="
DIR=$(realpath $(dirname $0)/..)
if [ ! -e $DIR/main.env ]
then
echo "Please copy in racine of NoCloud Auto Installer main.env.sample to main.env and edit it"
echo "Please copy in root of NoCloud Auto Installer main.env.sample to main.env and edit it"
exit 1
else
echo "Environment file loaded"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment