git.p6c8.net
/
nextcloud-backup-restore.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8009ba2
)
Changed the dummy DB password
author
DecaTec
<DecaTec@users.noreply.github.com>
Mon, 11 Sep 2017 07:15:46 +0000
(09:15 +0200)
committer
GitHub
<noreply@github.com>
Mon, 11 Sep 2017 07:15:46 +0000
(09:15 +0200)
NextcloudRestore.sh
patch
|
blob
|
history
diff --git
a/NextcloudRestore.sh
b/NextcloudRestore.sh
index dc1af25d7e1933c9e07e5e21d9add85f7eb6ed6e..b2feb9fe11aed7cc615ba83870000e4e2b0a2c99 100644
(file)
--- a/
NextcloudRestore.sh
+++ b/
NextcloudRestore.sh
@@
-27,7
+27,7
@@
nextcloudDatabase="nextcloud_db"
# TODO: Your Nextcloud database user
dbUser="nextcloud_db_user"
# TODO: The password of the Nextcloud database user
-dbPassword="
MeInPasSw0rT
"
+dbPassword="
mYpAsSw0rd
"
# TODO: Your webserver user
webserverUser="www-data"
@@
-171,4
+171,4
@@
cd ~
echo "Done"
echo "DONE!"
-echo "Backup ${restore} successfully restored."
\ No newline at end of file
+echo "Backup ${restore} successfully restored."
patrick-canterino.de