mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-28 03:01:54 +08:00
4 lines
147 B
Bash
4 lines
147 B
Bash
if /etc/init.d/dockerd enabled && [ -f /etc/config/dockerd ]; then
|
|
fstab_add_essential_mountpoint "$(uci -q get dockerd.globals.data_root)"
|
|
fi
|