feat: 更新脚本库路径

This commit is contained in:
2023-08-14 09:59:45 +08:00
parent 26cefdf70a
commit 6a5e8bd8b1
7 changed files with 14 additions and 16 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
#!/bin/bash
# Ver: 1.4 by Endial Fang (endial@126.com)
# Ver: 1.5 by Endial Fang (endial@126.com)
#
# 通用函数库
# 加载依赖项
. /usr/local/scripts/liblog.sh # 日志输出函数库
. /colovu/lib/liblog.sh # 日志输出函数库
# 函数列表
+2 -2
View File
@@ -1,10 +1,10 @@
#!/bin/bash
# Ver: 1.0 by Endial Fang (endial@126.com)
# Ver: 1.1 by Endial Fang (endial@126.com)
#
# 文件操作函数库
# 加载依赖项
. /usr/local/scripts/liblog.sh # 日志输出函数库
. /colovu/lib/liblog.sh # 日志输出函数库
# 函数列表
+2 -2
View File
@@ -1,10 +1,10 @@
#!/bin/bash
# Ver: 1.1 by Endial Fang (endial@126.com)
# Ver: 1.2 by Endial Fang (endial@126.com)
#
# 文件管理函数库
# 加载依赖项
. /usr/local/scripts/liblog.sh # 日志输出函数库
. /colovu/lib/liblog.sh # 日志输出函数库
# 函数列表
+2 -2
View File
@@ -1,10 +1,10 @@
#!/bin/bash
# Ver: 1.1 by Endial Fang (endial@126.com)
# Ver: 1.2 by Endial Fang (endial@126.com)
#
# 文件管理函数库
# 加载依赖项
. /usr/local/scripts/liblog.sh # 日志输出函数库
. /colovu/lib/liblog.sh # 日志输出函数库
# 函数列表
+2 -3
View File
@@ -1,11 +1,10 @@
#!/bin/bash
# Ver: 1.2 by Endial Fang (endial@126.com)
# Ver: 1.3 by Endial Fang (endial@126.com)
#
# 操作系统控制函数库
# 加载依赖项
. /usr/local/scripts/liblog.sh # 日志输出函数库
. /usr/local/scripts/libfs.sh # 文件系统函数库
. /colovu/lib/libfs.sh # 文件系统函数库
# 函数列表
+2 -3
View File
@@ -1,13 +1,12 @@
#!/bin/bash
# Ver: 1.0 by Endial Fang (endial@126.com)
# Ver: 1.1 by Endial Fang (endial@126.com)
#
# 服务管理函数库
# shellcheck disable=SC1091
# 加载依赖项
. /usr/local/scripts/liblog.sh # 日志输出函数库
. /usr/local/scripts/libvalidations.sh # 数据有效性检测函数库
. /colovu/lib/libvalidations.sh # 数据有效性检测函数库
# 函数列表
+2 -2
View File
@@ -1,10 +1,10 @@
#!/bin/bash
# Ver: 1.0 by Endial Fang (endial@126.com)
# Ver: 1.1 by Endial Fang (endial@126.com)
#
# 数据有效性校验函数库
# 加载依赖项
. /usr/local/scripts/liblog.sh # 日志输出函数库
. /colovu/lib/liblog.sh # 日志输出函数库
# 函数列表