We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49dd55b commit d862c99Copy full SHA for d862c99
1 file changed
mmpm/core.py
@@ -738,8 +738,11 @@ def install_mmpm_gui(assume_yes: bool = False) -> None:
738
sudo cp -r {mmpm.consts.MMPM_PYTHON_ROOT_DIR}/templates /var/www/mmpm;
739
''')
740
741
+ print(mmpm.consts.GREEN_CHECK_MARK)
742
+
743
print(f'{mmpm.consts.GREEN_PLUS} Cleaning confiuration files and resetting SystemdD daemons')
744
print(mmpm.consts.GREEN_CHECK_MARK)
745
746
os.system('rm -rf /tmp/etc')
747
748
mmpm.utils.plain_print(f'{mmpm.consts.GREEN_PLUS} Reloading SystemdD daemon ')
0 commit comments