mirror of
https://github.com/myvesta/vesta
synced 2025-07-05 20:41:53 -07:00
Update v-commander
This commit is contained in:
parent
138a30755f
commit
e6bf09c608
1 changed files with 4 additions and 2 deletions
|
@ -13,7 +13,9 @@ fi
|
|||
|
||||
source /etc/profile
|
||||
PATH=$PATH:/usr/local/vesta/bin && export PATH
|
||||
echo "======================= mvVesta-commander ================================"
|
||||
if [ $SHOWHEADER -eq 1 ]; then
|
||||
echo "======================= mvVesta-commander ================================"
|
||||
fi
|
||||
|
||||
if [ -f /root/kernelupdate ]; then
|
||||
rm /root/kernelupdate
|
||||
|
@ -600,7 +602,7 @@ do
|
|||
echo "======"
|
||||
fi
|
||||
|
||||
if [ $numargs -eq 1 ]; then
|
||||
if [ $numargs -gt 0 ]; then
|
||||
exit;
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue