Browse Source

install_easy : typo

pull/33/head
bolvan 6 years ago
parent
commit
2dc3922538
  1. 2
      install_easy.sh

2
install_easy.sh

@ -201,7 +201,7 @@ check_location()
# use inodes in case something is linked # use inodes in case something is linked
[ -d "$ZAPRET_BASE" ] && [ $(get_dir_inode "$EXEDIR") = $(get_dir_inode "$ZAPRET_BASE") ] || { [ -d "$ZAPRET_BASE" ] && [ $(get_dir_inode "$EXEDIR") = $(get_dir_inode "$ZAPRET_BASE") ] || {
echo easy install is supported only from default location : $ZAPRET_BASE echo easy install is supported only from default location : $ZAPRET_BASE
echo currenlty its run from $EXEDIR echo currently its run from $EXEDIR
echo -n "do you want the installer to copy it for you (Y/N) ? " echo -n "do you want the installer to copy it for you (Y/N) ? "
read A read A
if [ "$A" = "Y" ] || [ "$A" = "y" ]; then if [ "$A" = "Y" ] || [ "$A" = "y" ]; then

Loading…
Cancel
Save