summaryrefslogtreecommitdiffstats
path: root/wizard
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-11-07 08:05:58 +0100
committerRemi Collet <remi@remirepo.net>2019-11-07 08:05:58 +0100
commit7b1f24560495dfae60322e0be251c1614ff48880 (patch)
tree3acdb9201ed9b678306746eeeda3f6c1f5be543e /wizard
parent5c3b6a554af0531914394a76f82a45a156bab9ab (diff)
Wizard: prefer reset instead of disable
Diffstat (limited to 'wizard')
-rw-r--r--wizard/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizard/index.php b/wizard/index.php
index d88dd192..e98c2ee0 100644
--- a/wizard/index.php
+++ b/wizard/index.php
@@ -258,7 +258,7 @@ if ($php && $os && $type && !$err) {
}
if ($mod) {
- printf("<pre> dnf module disable php");
+ printf("<pre> dnf module reset php");
printf( "\n dnf module install php:remi-%s</pre>", $php);
printf("</li><br />");
}