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 492b9cf commit d498ac4Copy full SHA for d498ac4
bin/v-restart-web
@@ -47,12 +47,6 @@ send_email_report() {
47
48
is_format_valid 'restart'
49
50
-if [[ ! $version =~ ^[0-9]\.[0-9]+ ]]; then
51
- echo "The specified PHP version format is invalid, it should look like [0-9].[0-9]."
52
- echo "Example: 7.0, 7.4, 8.0"
53
- exit "$E_INVALID"
54
-fi
55
-
56
#----------------------------------------------------------#
57
# Action #
58
0 commit comments