Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

Commit

Permalink
Set OLDPWD value
Browse files Browse the repository at this point in the history
  • Loading branch information
sunsettrack4 committed Jul 13, 2019
1 parent 2894dc6 commit e62f66e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions epg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,7 @@ command -v jq >/dev/null 2>&1 || { printf "\njq is required but it's not install
command -v php >/dev/null 2>&1 || { printf "\nphp is required but it's not installed!" >&2; ERROR2="true"; }
command -v git >/dev/null 2>&1 || { printf "\ngit is required but it's not installed!" >&2; ERROR2="true"; }
command -v xml_split >/dev/null 2>&1 || { printf "\nxml-twig-tools is required but it's not installed!" >&2; ERROR2="true"; }
command -v pwd >/dev/null 2>&1 || { printf "\npwd is required but it's not installed!" >&2; ERROR2="true"; }

if ! php -m |grep curl >/dev/null 2>&1
then
Expand Down Expand Up @@ -477,6 +478,13 @@ then
fi


#
# SET OLDPWD VALUE
#

cd $(pwd)


#
# CHECK INTERNET CONNECTIVITY
#
Expand Down

0 comments on commit e62f66e

Please sign in to comment.