diff --git a/container/scripts/container_startup.sh b/container/scripts/container_startup.sh index 03cfaa4..517f3e9 100755 --- a/container/scripts/container_startup.sh +++ b/container/scripts/container_startup.sh @@ -9,7 +9,7 @@ set -eu # Copy any mounted configuration files present to service configuration at runtime. # If there is a configuration file with the same name at `/sdv/.agemo/config` this will overwrite -# the file with the mounted configuration file. +# that file with the mounted configuration file. cp -rf /mnt/config /sdv/.agemo /sdv/service