Browse Source

Fix variable

old-stable
Mitesh Shah 11 years ago
parent
commit
77918b1fae
  1. 2
      bin/install.sh

2
bin/install.sh

@ -63,7 +63,7 @@ function ee_lib_package_check()
local ee_package
for ee_package in $@;do
dpkg --get-selections | grep -v deinstall | grep $ee_package &>> $EE_COMMAND_LOG
dpkg --get-selections | grep -v deinstall | grep $ee_package &>> $EE_INSTALL_LOG
# Generate a list of not installed package
if [ $? -ne 0 ]; then

Loading…
Cancel
Save