Update install.sh file
Fixed a syntax error that got in when I rebased the git.
This commit is contained in:
parent
79980d5e6a
commit
3b02b34138
|
@ -125,13 +125,11 @@ echo -e " ${brown}[${app^}]${reset} will be installed to ${brown}[$bindir]${rese
|
|||
echo ""
|
||||
echo -e " ${brown}${app^}${reset} will run as the user ${brown}[$app_uid]${reset} and group ${brown}[$app_guid]${reset}."
|
||||
echo ""
|
||||
<<<<<<< HEAD
|
||||
echo -e " By continuing, you ${red}CONFIRM${reset} that user ${brown}[$app_uid]${reset} and group ${brown}[$app_guid]${reset}"
|
||||
echo -e " will have both ${red}READ${reset} and ${red}WRITE${reset} access to all required directories."
|
||||
=======
|
||||
echo -e " By continuing, you ${red}CONFIRM${reset} that that ${brown}[$app_uid]${reset} and ${brown}[$app_guid]${reset}"
|
||||
echo -e " will have both ${red}READ${reset} and ${red}WRITE${reset} access to all required directories."
|
||||
>>>>>>> c641c11bf (Update install.sh file)
|
||||
|
||||
# User confirmation for installation to continue.
|
||||
echo ""
|
||||
|
|
Loading…
Reference in New Issue