mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-05-21 12:24:29 +02:00
Make migration scripts executable and add shebang
This commit is contained in:
parent
9b3dc05706
commit
aa8fc9a5bf
|
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env python3
|
||||
"""
|
||||
Migration script to migrate from acl_file and password_file to the Dynamic Security Plugin.
|
||||
"""
|
||||
|
|
|
|||
1
plugins/persist-sqlite/migrate_to_persist_sqlite.py
Normal file → Executable file
1
plugins/persist-sqlite/migrate_to_persist_sqlite.py
Normal file → Executable file
|
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env python3
|
||||
"""
|
||||
Migration script to migrate from Snapshot persistence to Persist SQLite Plugin.
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in a new issue