Destroyed _Footer (markdown)

Lawrence Velázquez
2021-01-30 14:08:36 -05:00
parent d53ad87fd2
commit fe47765797

@@ -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 "!=".