From 66ead1084695dedf3a14db1c63ac145c6b3778f2 Mon Sep 17 00:00:00 2001 From: Carles Pina i Estany Date: Tue, 26 Oct 2021 00:02:51 +0100 Subject: [PATCH] Delete unnedded code --- entrypoint.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index 3fdad50..e5db456 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -61,9 +61,6 @@ then echo "[+] Listing root Location" ls -al / - - echo "[+] Listing /home Location" - ls -al /home fi echo "[+] List contents of $SOURCE_DIRECTORY"