Add default value to permissions to #WriteFile

Signed-off-by: Vasek - Tom C <tom.chauveau@epitech.eu>
This commit is contained in:
Vasek - Tom C
2021-12-23 15:54:38 +01:00
parent 0e5fb4ec29
commit 513638a40b
2 changed files with 5 additions and 5 deletions

View File

@@ -43,7 +43,7 @@ package engine
// Contents to write
contents: string
// Permissions of the file
permissions: int
permissions: *0o600 | int
// Output filesystem tree
output: #FS
}