add a warning not to use owncloud-unlockadmin.sh
This commit is contained in:
parent
ecbbac2ae1
commit
c75a2c4ca0
|
@ -1,4 +1,10 @@
|
|||
#!/bin/bash
|
||||
#
|
||||
# This script will give you administrative access to the ownCloud
|
||||
# instance running here.
|
||||
#
|
||||
# Run this at your own risk. This is for testing & experimentation
|
||||
# purpopses only. After this point you are on your own.
|
||||
|
||||
source /etc/mailinabox.conf # load global vars
|
||||
|
||||
|
|
Loading…
Reference in New Issue