1
0
mirror of https://github.com/okyyds/yyds.git synced 2026-03-14 12:12:50 +08:00
Files
yyds/mount.sh
YYDS bf96ea56a7 1
2022-09-01 20:34:33 +08:00

8 lines
212 B
Bash

#!/usr/bin/env bash
ln -s /ql/data/config /ql/config
ln -s /ql/data/db /ql/db
ln -s /ql/data/jbot /ql/jbot
ln -s /ql/data/log /ql/log
ln -s /ql/data/scripts /ql/scripts
echo "# 旧版青龙目录挂载完成。"