mirror of
https://github.com/tschettervictor/bsd-apps.git
synced 2025-12-20 09:11:03 +01:00
Update meshcentral-install.sh - add APP_NAME
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Install MeshCentral
|
# Install MeshCentral
|
||||||
|
|
||||||
|
APP_NAME="MeshCentral"
|
||||||
NODE_VERSION="20"
|
NODE_VERSION="20"
|
||||||
|
|
||||||
# Check for Root Privileges
|
# Check for Root Privileges
|
||||||
@@ -37,5 +38,5 @@ service meshcentral start
|
|||||||
|
|
||||||
echo "---------------"
|
echo "---------------"
|
||||||
echo "Installation complete."
|
echo "Installation complete."
|
||||||
echo "MeshCentral is running on port 1025"
|
echo "${APP_NAME} is running on port 1025"
|
||||||
echo "---------------"
|
echo "---------------"
|
||||||
|
|||||||
Reference in New Issue
Block a user