Commit daily changes

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2024-10-09 00:17:54 +00:00
parent 2d6f76ff24
commit d1abf80d18
772 changed files with 1542 additions and 1542 deletions
@@ -86,10 +86,10 @@ while true; do
echo "Disk $disk has partitions. Skipping."
fi
done
# Check if the VG is already active
vg_active=$(vgdisplay "$VG_NAME" | grep "VG Status" | awk '{print $3}')
if [ "$vg_active" == "available" ]; then
echo "Volume group $VG_NAME is already active."
else