File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -875,13 +875,13 @@ check_result $? "apt-get install failed"
875875if [ ! -z " $withdebs " ] && [ -d " $withdebs " ]; then
876876 dpkg -i $withdebs /hestia_* .deb
877877
878- if [ -z $( ls " $withdebs /hestia-php_*.deb" 2> /dev/null) ]; then
878+ if [ -z $( ls $withdebs /hestia-php_* .deb 2> /dev/null) ]; then
879879 apt-get -y install hestia-php > /dev/null 2>&1
880880 else
881881 dpkg -i $withdebs /hestia-php_* .deb
882882 fi
883883
884- if [ -z $( ls " $withdebs /hestia-nginx_*.deb" 2> /dev/null) ]; then
884+ if [ -z $( ls $withdebs /hestia-nginx_* .deb 2> /dev/null) ]; then
885885 apt-get -y install hestia-nginx > /dev/null 2>&1
886886 else
887887 dpkg -i $withdebs /hestia-nginx_* .deb
Original file line number Diff line number Diff line change @@ -869,13 +869,13 @@ check_result $? "apt-get install failed"
869869if [ ! -z " $withdebs " ] && [ -d " $withdebs " ]; then
870870 dpkg -i $withdebs /hestia_* .deb
871871
872- if [ -z $( ls " $withdebs /hestia-php_*.deb" 2> /dev/null) ]; then
872+ if [ -z $( ls $withdebs /hestia-php_* .deb 2> /dev/null) ]; then
873873 apt-get -y install hestia-php > /dev/null 2>&1
874874 else
875875 dpkg -i $withdebs /hestia-php_* .deb
876876 fi
877877
878- if [ -z $( ls " $withdebs /hestia-nginx_*.deb" 2> /dev/null) ]; then
878+ if [ -z $( ls $withdebs /hestia-nginx_* .deb 2> /dev/null) ]; then
879879 apt-get -y install hestia-nginx > /dev/null 2>&1
880880 else
881881 dpkg -i $withdebs /hestia-nginx_* .deb
You can’t perform that action at this time.
0 commit comments