summaryrefslogtreecommitdiffstats
path: root/ipapython/sysrestore.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipapython/sysrestore.py')
-rw-r--r--ipapython/sysrestore.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/ipapython/sysrestore.py b/ipapython/sysrestore.py
index 7d5aabdff..6db33a7ef 100644
--- a/ipapython/sysrestore.py
+++ b/ipapython/sysrestore.py
@@ -33,8 +33,9 @@ import string
from ipapython import ipautil
from ipaplatform.tasks import tasks
+from ipaplatform.paths import paths
-SYSRESTORE_PATH = "/tmp"
+SYSRESTORE_PATH = paths.TMP
SYSRESTORE_INDEXFILE = "sysrestore.index"
SYSRESTORE_STATEFILE = "sysrestore.state"