Added fixes for php manipulation and system config
This commit is contained in:
11
bin/v-check-rhel-utility
Executable file
11
bin/v-check-rhel-utility
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
# info: Check rehel or not
|
||||
# options: none
|
||||
|
||||
# example: v-check-rhel-utility
|
||||
|
||||
if [ -f '/etc/redhat-release' ]; then
|
||||
echo -n "+"
|
||||
else
|
||||
echo -n "-"
|
||||
fi
|
||||
Reference in New Issue
Block a user