Update CreateCommand.java

This commit is contained in:
mrbald 2019-05-13 16:55:47 +02:00 committed by GitHub
parent b11b9aac75
commit 7c72bf8da9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -270,7 +270,7 @@ public class CreateCommand extends AbstractCommand {
private String getUnixActivemqData() {
StringBuffer res = new StringBuffer();
res.append("!/bin/sh\n\n");
res.append("#!/bin/sh\n\n");
res.append("## Figure out the ACTIVEMQ_BASE from the directory this script was run from\n");
res.append("PRG=\"$0\"\n");
res.append("progname=`basename \"$0\"`\n");