Fix syntax error.
This commit is contained in:
parent
e9aacb8ff4
commit
1f98c49a68
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ fn usage {
|
|||
exit usage
|
||||
}
|
||||
|
||||
if(! test -d etc/users/
|
||||
if(! test -d etc/users/)
|
||||
usage 'Run for root of werc installation or set $werc_root'
|
||||
|
||||
user_name=$1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue