Merge remote-tracking branch 'origin/updating-configuration' into updating-configuration
This commit is contained in:
4
install
4
install
@@ -634,8 +634,6 @@ wo_update_latest()
|
|||||||
systemctl php7.2-fpm restart &>> /dev/null
|
systemctl php7.2-fpm restart &>> /dev/null
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#Fix for SSL cert --all
|
|
||||||
|
|
||||||
# Fix for SSL cert --all
|
# Fix for SSL cert --all
|
||||||
crontab -l | grep -q '\-\-min_expiry_limit'
|
crontab -l | grep -q '\-\-min_expiry_limit'
|
||||||
if [[ $? -eq 0 ]]; then
|
if [[ $? -eq 0 ]]; then
|
||||||
@@ -665,8 +663,6 @@ wo_git_init()
|
|||||||
git add -A .
|
git add -A .
|
||||||
git commit -am "Installed/Updated to WordOps" &>> /dev/null
|
git commit -am "Installed/Updated to WordOps" &>> /dev/null
|
||||||
|
|
||||||
#PHP under git version control
|
|
||||||
|
|
||||||
# PHP under git version control
|
# PHP under git version control
|
||||||
[ -d /etc/php ] && {
|
[ -d /etc/php ] && {
|
||||||
cd /etc/php || exit 1
|
cd /etc/php || exit 1
|
||||||
|
|||||||
Reference in New Issue
Block a user