From f77cf12c79fab4c83c7cfd2003642758ef919145 Mon Sep 17 00:00:00 2001 From: tux Date: Sat, 20 May 2023 18:40:33 +0200 Subject: [PATCH] minor corrections --- chap8p1.sh | 2 +- chap8p2.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chap8p1.sh b/chap8p1.sh index cdc3d7a..1ab9204 100644 --- a/chap8p1.sh +++ b/chap8p1.sh @@ -179,7 +179,7 @@ if [ "$MAKECHECK" = TRUE ]; then fi make install && cd .. && -rm -rf "LFS_XZ" && +rm -rf "$LFS_XZ" && CURRENT_DATE_TIME=$(date +"%Y-%m-%d %T") echo "$CURRENT_DATE_TIME" >> build.log diff --git a/chap8p2.sh b/chap8p2.sh index 984375d..8049d87 100644 --- a/chap8p2.sh +++ b/chap8p2.sh @@ -138,7 +138,7 @@ Accept=yes WantedBy=sockets.target EOF cat > /lib/systemd/system/telnetd@.service << "EOF" - [Unit] +[Unit] Description=Telnet Per-Connection Server [Service]