diff options
author | Remi Collet <remi@remirepo.net> | 2019-11-07 08:05:58 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-11-07 08:05:58 +0100 |
commit | 7b1f24560495dfae60322e0be251c1614ff48880 (patch) | |
tree | 3acdb9201ed9b678306746eeeda3f6c1f5be543e | |
parent | 5c3b6a554af0531914394a76f82a45a156bab9ab (diff) |
Wizard: prefer reset instead of disable
-rw-r--r-- | wizard/index.php | 2 |
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 />"); } |