We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 22b4f2f + ccfdfff commit 168cc97Copy full SHA for 168cc97
linux-packages/content/configure-tentacle.sh
@@ -47,7 +47,7 @@ function setupListeningTentacle {
47
applicationpath="/home/Octopus/Applications"
48
port="10933"
49
50
- read -p "Where would you like Tentacle to store log files? ($logpath):" inputlogpath
+ read -p "Where would you like Tentacle to store configuration, logs, and working files? ($logpath):" inputlogpath
51
logpath=$(assignNonEmptyValue "$inputlogpath" $logpath)
52
53
read -p "Where would you like Tentacle to install applications to? ($applicationpath):" inputapplicationpath
0 commit comments