today I'm stupid, what can you do about it?

This commit is contained in:
Bryan Joshua Pedini 2021-06-03 17:47:29 +02:00
parent 7d8f7312f1
commit 82f2d7a989
1 changed files with 2 additions and 2 deletions

View File

@ -55,11 +55,11 @@ _main() {
echo
fi
if [ "${SERVER}" = false ]; then
if [ "${SERVER}" = true ]; then
sed -i 's/terminal_fancyfying/terminal_fancyfying_server/' ~/.bashrc_overrides/_all
fi
if [ "${CLEANUP}" = false ]; then
if [ "${CLEANUP}" = true ]; then
echo "cleaning up..."
_cleanup
fi