Added wordpress uninstall install fix with get_appvars

This commit is contained in:
root 2024-02-13 19:16:35 +00:00
parent 7bc7c01995
commit 6609dfdac0
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/bin/bash -x
# #
# Installs app if not already installed # Installs app if not already installed
. /etc/federated . /etc/federated

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/bin/bash -x
# #
# Uninstalls app # Uninstalls app
# This will completely remove database and files # This will completely remove database and files