diff --git a/scripts/copy_migrations.py b/scripts/copy_migrations.py index fff7a9fe8..8a53e36d2 100644 --- a/scripts/copy_migrations.py +++ b/scripts/copy_migrations.py @@ -158,6 +158,7 @@ if will_continue == "s" or will_continue == "y": subprocess.run("rm -r " + temp_apps_migrations_dir_path, shell=True) print(output_custom['SUCCESS'] + output_custom['BOLD'] + "SUCCESS" + output_custom['END']) + exit(0) else: print("Saindo.")