diff --git a/create_lxc_base.sh b/create_lxc_base.sh index 972caae..9cb4a7a 100755 --- a/create_lxc_base.sh +++ b/create_lxc_base.sh @@ -40,3 +40,5 @@ else lxc stop "$BASE_IMAGE_VM_NAME" lxc snapshot "$BASE_IMAGE_VM_NAME" "ss-docker-$LXD_UBUNTU_BASE_VERSION" fi + +echo "arbitrary change" \ No newline at end of file