UUUUPS missed a space
This commit is contained in:
parent
96c0c3f5e4
commit
deebd51de5
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
if ["$1" = "-h" ]
|
||||
if [ "$1" = "-h" ]
|
||||
then
|
||||
echo "do-plication <option> [directory to back up]"
|
||||
echo
|
||||
|
Loading…
Reference in New Issue
Block a user