You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Example:
~# ls -la /tmp/configExport-*
ls: /tmp/configExport-: No such file or directory
~# config move /tmp2 /tmp
~# ls -la /tmp/configExport-
-rw-rw-rw- 1 root root 4315 Jan 1 04:34 /tmp/configExport-DaNeaL
The following temporary file is not deleted when using the config command with the move argument.
https://github.com/legatoproject/legato-af/blob/master/framework/tools/target/linux/config/config.c#L1060
Example:
~# ls -la /tmp/configExport-*
ls: /tmp/configExport-: No such file or directory
~# config move /tmp2 /tmp
~# ls -la /tmp/configExport-
-rw-rw-rw- 1 root root 4315 Jan 1 04:34 /tmp/configExport-DaNeaL
I have tested this on Legato version 19.11.2 and as you can see, the function doesn't contain any fix since this release.
https://github.com/legatoproject/legato-af/blob/19.11-release/framework/tools/target/linux/config/config.c#L1060
https://github.com/legatoproject/legato-af/blob/master/framework/tools/target/linux/config/config.c#L1060
The text was updated successfully, but these errors were encountered: