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