mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-12-25 17:27:01 +00:00
Renamed to onl-*
This commit is contained in:
3
packages/base/all/vendor-config-onl/src/bin/onl-mounts
Executable file
3
packages/base/all/vendor-config-onl/src/bin/onl-mounts
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/python
|
||||
from onl.mounts import OnlMountManager
|
||||
OnlMountManager.main('onl-mounts')
|
||||
3
packages/base/all/vendor-config-onl/src/bin/onl-pki
Executable file
3
packages/base/all/vendor-config-onl/src/bin/onl-pki
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/python
|
||||
from onl.pki import OnlPki
|
||||
OnlPki.main()
|
||||
Reference in New Issue
Block a user