Skip to content

Commit

Permalink
ssh1: Fix typo in service batch file
Browse files Browse the repository at this point in the history
The typo prevented the use of a history file.

Target: trunk
Request: 2.8
Request: 2.7
Require-notes: yes
Require-book: no
Acked-by: Paul Millar <paul.millar@desy.de>
Patch: http://rb.dcache.org/r/6697/
  • Loading branch information
gbehrmann committed Mar 10, 2014
1 parent 1393be6 commit 465705b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skel/share/services/ssh1.batch
Expand Up @@ -61,7 +61,7 @@ create dmg.cells.services.login.LoginManager ${ssh1.cell.name} \
"${ssh1.net.port} \
dmg.cells.services.login.StreamObjectCell \
-prot=ssh -auth=dmg.cells.services.login.SshSAuth_A \
-history=${ssh1.paths.histor} \
-history=${ssh1.paths.history} \
-listen=${ssh1.net.listen} \
-useColors=${ssh1.enable.colors} \
diskCacheV111.admin.UserAdminShell"
Expand Down

0 comments on commit 465705b

Please sign in to comment.