Skip to content
Snippets Groups Projects
Commit 32dd5175 authored by i-bird's avatar i-bird
Browse files

Fixing show solutions

parent 75afb7dc
No related branches found
No related tags found
No related merge requests found
Pipeline #2694 passed
......@@ -15,7 +15,7 @@ function possible_solutions {
echo "$sol exit the script"
echo -e "\033[1;34;5mChoose the solution:\033[0m"
if [ $sq -eq 1 ]; then
if [ -f cat default_choice ]; then
if [ -f default_choice ]; then
choose=$(cat default_choice)
else
echo "No solution choosen, continue ... "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment