mirror of
https://github.com/myvesta/vesta
synced 2025-07-06 04:51:54 -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
|
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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue