Skip to content

Commit f5830bf

Browse files
ralschaphilwebb
authored andcommitted
Fix type in deployment documentation
Replace use of `link -s` with `ln -s`. Fixes gh-3320
1 parent 9e5239a commit f5830bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-docs/src/main/asciidoc/deployment.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ Spring Boot application as an `init.d` service simply create a symlink:
362362

363363
[indent=0,subs="verbatim,quotes,attributes"]
364364
----
365-
$ sudo link -s /var/myapp/myapp.jar /etc/init.d/myapp
365+
$ sudo ln -s /var/myapp/myapp.jar /etc/init.d/myapp
366366
----
367367

368368
TIP: It is advisable to create a specific user account to run you application. Ensure

0 commit comments

Comments
 (0)