Skip to content

Commit

Permalink
fix small mistake with ${NC}
Browse files Browse the repository at this point in the history
forgot the $
  • Loading branch information
Staubgeborener authored Jul 31, 2024
1 parent b4fcf5b commit 8da5690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/utils.func
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,6 @@ function fix {
fi
rm -rf ~/config_backup
kill $loading_pid
echo -e "\r\033[K${G}●{NC} Delete config_backup folder ${G}Done!${NC}\n"
echo -e "\r\033[K${G}●${NC} Delete config_backup folder ${G}Done!${NC}\n"
exit
}

0 comments on commit 8da5690

Please sign in to comment.