From d53ad87fd21f31337dac64bbf06a0be6aa6beb54 Mon Sep 17 00:00:00 2001 From: vitacell Date: Sat, 30 Jan 2021 00:47:53 +0100 Subject: [PATCH] Created _Footer (markdown) --- _Footer.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 _Footer.md diff --git a/_Footer.md b/_Footer.md new file mode 100644 index 0000000..eb99692 --- /dev/null +++ b/_Footer.md @@ -0,0 +1,6 @@ +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