Skip to content

Commit

Permalink
Update bgpkgupdater.sh
Browse files Browse the repository at this point in the history
Removed check for version.php, as it is no longer included in WordPress package, and causing failure on install
  • Loading branch information
harryjackson1221 authored Aug 28, 2017
1 parent 188e57f commit 4d1ca4d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions bgpkgupdater.sh
Original file line number Diff line number Diff line change
Expand Up @@ -207,14 +207,6 @@ else
exit
fi

#version.php
if [[ -e "$SCRIPT"/bgrid/version.php ]];
then
echo "Version file is up to date"
else
echo "Version file doesnt exist - Something went wrong copying WordPress package"
exit
fi

if [[ -d "$SOFTPATH"/enduser/themes/default/images/topscripts ]]; then
echo "topscripts Directory Already Exists, Checking the Images"
Expand Down

0 comments on commit 4d1ca4d

Please sign in to comment.