fix: working directory fix

This commit is contained in:
Rohit T P
2024-05-02 15:16:14 +00:00
parent f03bf62b6c
commit d9a9d4b990
14 changed files with 41 additions and 38 deletions

View File

@@ -10,3 +10,8 @@ if [ -d "$NOCO_HOME" ]; then
fi
rm -rf "$NOCO_HOME"
clear()
{
echo "clear mocked"
}