UUUUPS missed a space

This commit is contained in:
2021-01-05 23:37:09 +00:00
parent 96c0c3f5e4
commit deebd51de5

View File

@@ -1,6 +1,6 @@
#!/bin/bash
if ["$1" = "-h" ]
if [ "$1" = "-h" ]
then
echo "do-plication <option> [directory to back up]"
echo