Date: 2024-12-28 16:04:23
Score: 2.5
Natty:
FIXED ✅
Use the search bar to find : source="$(readlink "${source}")"
And add -f flag to this line
Like this: source="$(readlink -f "${source}")"
Fixed!
This line sckreenshot ✅
Reasons:
- Low length (1):
- No code block (0.5):
- Low reputation (1):
Posted by: Ivan Koval