mirror of
https://github.com/goauthentik/authentik
synced 2026-05-01 03:47:05 +02:00
website/scripts/docsmg: Add install script and readme draft (#10659)
* add docsmg tool * moved to the correct scripts directory * removed test files * added install script and readme draft to docsmg
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
_completions () {
|
||||
if [[ -z "${MIGRATE_PATH}" ]];
|
||||
then MIGRATE_PATH="./";
|
||||
@@ -20,4 +18,4 @@ _completions () {
|
||||
done
|
||||
}
|
||||
|
||||
complete -o nospace -o filenames -F _completions m.bash
|
||||
complete -o nospace -o filenames -F _completions map
|
||||
|
||||
Reference in New Issue
Block a user