...
This commit is contained in:
@@ -4,6 +4,9 @@
|
||||
# This script sets up the necessary environment for the Flask web server.
|
||||
|
||||
set -euo pipefail
|
||||
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
cd "$SCRIPT_DIR"
|
||||
|
||||
|
||||
# Colors for output
|
||||
RED='\033[0;31m'
|
||||
@@ -13,8 +16,6 @@ BLUE='\033[0;34m'
|
||||
NC='\033[0m' # No Color
|
||||
|
||||
# Script directory
|
||||
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
cd "$SCRIPT_DIR"
|
||||
|
||||
echo -e "${BLUE}🔧 Setting up KnowledgeCenter Web Server Environment${NC}"
|
||||
echo "=================================================="
|
||||
|
||||
Reference in New Issue
Block a user