don't check vars
This commit is contained in:
13
install.sh
13
install.sh
@@ -14,19 +14,6 @@ fi
|
|||||||
# source vars
|
# source vars
|
||||||
source vars
|
source vars
|
||||||
|
|
||||||
if [[ $user == "" ]] ; then
|
|
||||||
echo -e "User missing from vars."
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
if [[ $projectname == "" ]] ; then
|
|
||||||
echo -e "Project Name missing from vars."
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
if [[ $hostname == "" ]] ; then
|
|
||||||
echo -e "Hostname missing from vars."
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
tput setaf 2
|
tput setaf 2
|
||||||
echo -e "Installing dependencies"
|
echo -e "Installing dependencies"
|
||||||
tput setaf 9
|
tput setaf 9
|
||||||
|
|||||||
Reference in New Issue
Block a user