Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2023 06:35 AM
I did...A very simple init script
Tried with and without Workspace....
```bash
#!/bin/bash
list_of_files=$(ls /Workspace/jars/)
printf "$list_of_files" > /dbfs/FileStore/temp_files/init_script_error.txt
```
In both the cases got the similar error message...
```bash
ls: cannot access '/Workspace/jars/': Invalid argument
```