Update v-commander

This commit is contained in:
myvesta 2024-03-08 16:48:48 +01:00 committed by GitHub
parent 138a30755f
commit e6bf09c608
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,7 +13,9 @@ fi
source /etc/profile source /etc/profile
PATH=$PATH:/usr/local/vesta/bin && export PATH PATH=$PATH:/usr/local/vesta/bin && export PATH
if [ $SHOWHEADER -eq 1 ]; then
echo "======================= mvVesta-commander ================================" echo "======================= mvVesta-commander ================================"
fi
if [ -f /root/kernelupdate ]; then if [ -f /root/kernelupdate ]; then
rm /root/kernelupdate rm /root/kernelupdate
@ -600,7 +602,7 @@ do
echo "======" echo "======"
fi fi
if [ $numargs -eq 1 ]; then if [ $numargs -gt 0 ]; then
exit; exit;
fi fi