diff --git a/manage b/manage index ba99fb5..e5f0bf5 100755 --- a/manage +++ b/manage @@ -131,7 +131,7 @@ elif [ "$1" == 'install' ];then echo -e "\e[96mInstalling $app with $scriptname script\e[39m" cd $HOME echo 'corrupted' > "${DIRECTORY}/data/status/${app}" - if "$installscript" ; then + if "nice $installscript" ; then echo 'installed' > "${DIRECTORY}/data/status/${app}" echo -e "\n\e[42m\e[30mInstalled ${app} successfully.\e[39m\e[49m" exit 0