Lines Matching refs:install_root
50 install_root="`echo $cur_arg | cut -d= -f2-`"
72 install_root="$input"
98 if [ ! -d "$install_root" ] || [ ! -x "$install_root/lib/webservd" ]; then
100 echo "Warning: Unable to find valid Web Server installation under $install_root"
105 if [ ! -d "$install_root" ] || [ ! -x "$install_root/lib/webservd" ]; then
107 echo "Warning: Unable to find valid Web Server installation under $install_root"
155 if [ -f "$install_root/lib/wsenv" ]; then
156 source $install_root/lib/wsenv
166 mkdir -p "$install_root/plugins/webstack-php"
167 ln -sf "<<INSTALL_DIR>>/nsapi/libphp5.so" "$install_root/plugins/webstack-php/libphp5.so"
210 install_root=""