summaryrefslogtreecommitdiffstats
path: root/utils/handle-sshpw
diff options
context:
space:
mode:
Diffstat (limited to 'utils/handle-sshpw')
-rwxr-xr-xutils/handle-sshpw2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/handle-sshpw b/utils/handle-sshpw
index a3b3dd091..4b14208fc 100755
--- a/utils/handle-sshpw
+++ b/utils/handle-sshpw
@@ -28,7 +28,7 @@ from pykickstart.parser import *
from pykickstart.version import makeVersion
import pyanaconda.users as users
-ksfile = '/ks.cfg.done'
+ksfile = '/run/install/ks.cfg'
# see if we have a file to work with
if not os.path.exists(ksfile):