Actually, lets do the command

This commit is contained in:
shamoon
2024-10-26 22:01:55 -07:00
parent 3c80acc7d9
commit d167dfd444
5 changed files with 90 additions and 2 deletions

View File

@@ -14,7 +14,8 @@ for command in decrypt_documents \
document_thumbnails \
document_sanity_checker \
document_fuzzy_match \
manage_superuser;
manage_superuser \
convert_mariadb_uuid;
do
echo "installing $command..."
sed "s/management_command/$command/g" management_script.sh > /usr/local/bin/$command