|
@@ -54,7 +54,7 @@ mkdir ./result/mysql
|
|
|
cp ./gbDocker/createConfig.sh ./result/gbRunning/createConfig.sh
|
|
|
cp ./config.cfg ./result/config.cfg
|
|
|
cp ./startDockerImage.sh ./result/startDockerImage.sh
|
|
|
-cp ./redis/redis.conf ./result/redis/redis.conf
|
|
|
+cp ./redisDocker/redis.conf ./result/redis/redis.conf
|
|
|
|
|
|
# 为result目录下的文件添加读写权限
|
|
|
chmod -R 777 ./result
|