diff --git a/install.sh b/install.sh index 7d6210d7..d4bdbdb5 100644 --- a/install.sh +++ b/install.sh @@ -101,8 +101,8 @@ fi # Install Easy Engine echo -e "\033[34m Installing Easy Engine, please wait... \e[0m" | tee -ai $INSTALLLOG -cp -av conf/* /usr/share/easyengine -cp -av setup/engine /usr/local/sbin/ +cp -a conf/* /usr/share/easyengine +cp -a setup/engine /usr/local/sbin/ # Create Symbolic Link If Not Exist if [ ! -L /usr/local/sbin/ee ]