diff --git a/bitwardenBackup.py b/bitwardenBackup.py index 32ff372..3852566 100644 --- a/bitwardenBackup.py +++ b/bitwardenBackup.py @@ -25,8 +25,6 @@ if os_detected == "Windows": bitwarden_cli_executable = os.path.join(script_directory, "lib", "bw.exe") elif os_detected == "Linux": bitwarden_cli_executable = os.path.join(script_directory, "lib", "bw") -elif os_detected == "FreeBSD": - bitwarden_cli_executable = os.path.join(script_directory, "lib", "bw") else: print("Your OS is not supported. Only Windows and Linux are currently supported.\nDetected OS: {0}".format(os_detected)) sys.exit(1)