mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-20 20:16:26 +02:00
file persistance fix
This commit is contained in:
parent
a6bc24e22e
commit
3bd73d07a9
3 changed files with 59 additions and 6 deletions
|
@ -16,5 +16,11 @@ module.exports = {
|
|||
},
|
||||
version: require('../package.json').version,
|
||||
platform,
|
||||
pkg_installed_file: '.ppman-installed' //Used as indication for if a package was installed
|
||||
pkg_installed_file: '.ppman-installed', //Used as indication for if a package was installed
|
||||
clean_directories: [
|
||||
"/dev/shm",
|
||||
"/run/lock",
|
||||
"/tmp",
|
||||
"/var/tmp"
|
||||
]
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue