We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34bee00 commit 9f50940Copy full SHA for 9f50940
install/vst-install.sh
@@ -132,8 +132,8 @@ fi
132
133
# Check server type
134
if [ "$memory" -lt '350000' ] && [ -z "$force" ]; then
135
- echo "Error: not enought memory to install Vesta Control Panel."
136
- echo -e "\nMinimum RAM requried: 350Mb"
+ echo "Error: not enough memory to install Vesta Control Panel."
+ echo -e "\nMinimum RAM required: 350Mb"
137
echo 'If you want to force installation run this script with -f option:'
138
echo "Example: bash $0 --force"
139
exit 1
0 commit comments