mirror of
https://github.com/moghtech/komodo.git
synced 2026-04-30 14:25:22 -05:00
installer log
This commit is contained in:
@@ -90,6 +90,9 @@ def copy_service_file(bin_dir, config_dir, service_dir, user_install):
|
|||||||
|
|
||||||
force_service_recopy = sys.argv.count("--force-service-file") > 0
|
force_service_recopy = sys.argv.count("--force-service-file") > 0
|
||||||
|
|
||||||
|
if force_service_recopy:
|
||||||
|
print("forcing service file recreation")
|
||||||
|
|
||||||
# early return is service file already exists
|
# early return is service file already exists
|
||||||
if os.path.isfile(service_file):
|
if os.path.isfile(service_file):
|
||||||
if force_service_recopy:
|
if force_service_recopy:
|
||||||
|
|||||||
Reference in New Issue
Block a user