Skip to content

Commit d862c99

Browse files
committed
added additional green check print [ci skip]
1 parent 49dd55b commit d862c99

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

mmpm/core.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -738,8 +738,11 @@ def install_mmpm_gui(assume_yes: bool = False) -> None:
738738
sudo cp -r {mmpm.consts.MMPM_PYTHON_ROOT_DIR}/templates /var/www/mmpm;
739739
''')
740740

741+
print(mmpm.consts.GREEN_CHECK_MARK)
742+
741743
print(f'{mmpm.consts.GREEN_PLUS} Cleaning confiuration files and resetting SystemdD daemons')
742744
print(mmpm.consts.GREEN_CHECK_MARK)
745+
743746
os.system('rm -rf /tmp/etc')
744747

745748
mmpm.utils.plain_print(f'{mmpm.consts.GREEN_PLUS} Reloading SystemdD daemon ')

0 commit comments

Comments
 (0)