initiate new version

This commit is contained in:
pvincent
2026-08-23 11:30:15 +04:00
parent 321aa54cac
commit a5ecd60d45
+1 -1
View File
@@ -6,7 +6,7 @@ if [[ -f /var/lib/miaou-bash/semver_current ]]; then
container_version=$(</var/lib/miaou-bash/semver_current)
host_version=$(<"$MIAOU_BASH_DIR"/.semver_git_tag)
if [[ "$container_version" != "$host_version" ]]; then
echo "initiate new version: $host_version (CTRL+C to bypass)"
echo "MIAOU-BASH: initiate new version: $host_version (CTRL+C to bypass)"
sudo miaou-bash "$MIAOU_BASH_DIR"/lib/initiate.bash
fi
fi