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.
1 parent a09abe8 commit fdaa2f2Copy full SHA for fdaa2f2
bash
@@ -1,6 +1,6 @@
1
Barracuda=/root/barracuda
2
Venv=/root/BaEnv
3
-Port=`grep -oE "[0-9]+" $Barracuda\nginx`
+Port=`grep -oE "[0-9]+" $Barracuda/nginx`
4
5
function ba_create_venv ()
6
{
0 commit comments