mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
typos
This commit is contained in:
parent
34bee00c5b
commit
9f50940055
1 changed files with 2 additions and 2 deletions
|
@ -132,8 +132,8 @@ fi
|
|||
|
||||
# Check server type
|
||||
if [ "$memory" -lt '350000' ] && [ -z "$force" ]; then
|
||||
echo "Error: not enought memory to install Vesta Control Panel."
|
||||
echo -e "\nMinimum RAM requried: 350Mb"
|
||||
echo "Error: not enough memory to install Vesta Control Panel."
|
||||
echo -e "\nMinimum RAM required: 350Mb"
|
||||
echo 'If you want to force installation run this script with -f option:'
|
||||
echo "Example: bash $0 --force"
|
||||
exit 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue