We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a54393 commit db12ef8Copy full SHA for db12ef8
usr/local/sbin/eeupdate
@@ -547,6 +547,7 @@ then
547
echo -e "\033[37msource /etc/bash_completion.d/ee\e[0m" | tee -ai $INSTALLLOG
548
echo
549
echo -e "\033[34mEasyEngine (ee) Updated Successfully\e[0m" | tee -ai $INSTALLLOG
550
+ echo -e "\033[34mPlease Ignore If You See Anything After This Line.\e[0m" | tee -ai $INSTALLLOG
551
552
echo -e "\033[34mKilling The Parent Process\e[0m" &>> $INSTALLLOG
553
ps ax | grep $PPID | grep -v grep &>> $INSTALLLOG
0 commit comments