feat: optimize scripts and makefiles

Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com>
This commit is contained in:
Xinwei Xiong(cubxxw-openim)
2023-06-30 17:52:55 +08:00
parent e6bf4da430
commit a5147ca564
53 changed files with 144 additions and 114 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
# This script is used to check the environment and start the docker containers
# This scripts is used to check the environment and start the docker containers
# Define the directory path
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
@@ -27,7 +27,7 @@ check_command docker-compose
# Check if Docker is running
check_docker
# Change to the script directory
# Change to the scripts directory
cd $SCRIPT_DIR
# Set permissions for the scripts