From fe47765797473aef22357145a3b5c9ecd5a0dd40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lawrence=20Vel=C3=A1zquez?= Date: Sat, 30 Jan 2021 14:08:36 -0500 Subject: [PATCH] Destroyed _Footer (markdown) --- _Footer.md | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 _Footer.md diff --git a/_Footer.md b/_Footer.md deleted file mode 100644 index eb99692..0000000 --- a/_Footer.md +++ /dev/null @@ -1,6 +0,0 @@ -if [ "${ftp_link} | rev | cut -c 1 | rev" != "/" ]; then #if "/" not present at the end of the variable - ftp_link=$ftp_link"/" #add "/" at the end of variable -fi - -It says: "The arguments to this comparison can never be equal. Make sure your syntax is correct." -So, what should I do? It complains at "!=". \ No newline at end of file