niemasd/FAVITES-Lite

what wrong with this?

Closed this issue · 3 comments

You need to delete the last && \ to actually run the command. But note that the mv command will need superuser access (I'm guessing you pulled this from the Dockerfile, which assumes superuser access the entire time because of how Docker image building works)

I would suggest first familiarizing yourself with how to use the Unix command line and Linux environments in general, as this type of debugging help is out of the scope of the tool itself (these are questions about how to use the command line in Linux)