Skip to content

Commit 168cc97

Browse files
Merge pull request #1159 from OctopusDeploy/huy/sc-126012-better-prompt-message
Better prompt message for Tentacle files directory
2 parents 22b4f2f + ccfdfff commit 168cc97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linux-packages/content/configure-tentacle.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ function setupListeningTentacle {
4747
applicationpath="/home/Octopus/Applications"
4848
port="10933"
4949

50-
read -p "Where would you like Tentacle to store log files? ($logpath):" inputlogpath
50+
read -p "Where would you like Tentacle to store configuration, logs, and working files? ($logpath):" inputlogpath
5151
logpath=$(assignNonEmptyValue "$inputlogpath" $logpath)
5252

5353
read -p "Where would you like Tentacle to install applications to? ($applicationpath):" inputapplicationpath

0 commit comments

Comments
 (0)