Files
dockcross/imagefiles
Jean-Christophe Fillion-Robin f48bb9b136 fix(entrypoint.sh): Avoid error if rustup is not installed
Only move `/root/.rustup` and `/root/.cargo` directories if they exist.
This prevents errors when re-using the script in environments where
Rust is not installed (e.g. https://github.com/dockbuild/dockbuild).

Previously, `mv` would fail if either directory was missing:

```
mv: cannot stat '/root/.rustup': No such file or directory
mv: cannot stat '/root/.cargo': No such file or directory
```
2025-07-22 13:23:18 -04:00
..
2021-08-08 20:45:36 +02:00
2022-05-19 00:24:44 +02:00
2021-08-08 20:45:36 +02:00
2022-05-18 22:34:46 +02:00
2021-08-08 20:45:36 +02:00
2021-08-08 20:45:36 +02:00