Fixes also syntax error
This commit is contained in:
@ -6,7 +6,7 @@ fichier de configuration pour rougail
|
|||||||
from os.path import join, isfile, abspath, dirname
|
from os.path import join, isfile, abspath, dirname
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
||||||
rougailroot = /var/rougail
|
rougailroot = '/var/rougail'
|
||||||
patch_dir = join(rougailroot, 'patches')
|
patch_dir = join(rougailroot, 'patches')
|
||||||
manifests_dir = join(rougailroot, 'manifests')
|
manifests_dir = join(rougailroot, 'manifests')
|
||||||
templates_dir = join(rougailroot, 'templates')
|
templates_dir = join(rougailroot, 'templates')
|
||||||
|
Reference in New Issue
Block a user