rename to miaou-server

This commit is contained in:
pvincent
2024-04-29 10:00:51 +04:00
parent bb7094e424
commit bd34f32b2d
3 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -117,7 +117,7 @@ EOF
if [[ "$OPTION_NESTING" == true ]]; then
lxc config set "$CONTAINER" security.nesting true -q
lxc config device add "$CONTAINER" miaou disk source=/opt/miaou path=/opt/miaou readonly=true -q
lxc config device add "$CONTAINER" miaou disk source=/opt/miaou-server path=/opt/miaou-server readonly=true -q
fi
lxc start "$CONTAINER" -q