From: DecaTec Date: Mon, 11 Sep 2017 07:15:46 +0000 (+0200) Subject: Changed the dummy DB password X-Git-Tag: v1.0.0~36 X-Git-Url: https://git.p6c8.net/nextcloud-backup-restore.git/commitdiff_plain/5e5f3ae863e50867b807550d9468db64d546098c Changed the dummy DB password --- diff --git a/NextcloudRestore.sh b/NextcloudRestore.sh index dc1af25..b2feb9f 100644 --- 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."