Skip to content

Commit 8bae27a

Browse files
committed
Merge branch 'develop' of github.com:bee-mar/mmpm into develop
2 parents 6dae99f + d862c99 commit 8bae27a

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)