Compare commits
2 Commits
5da31a4927
...
6844f0aeb6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6844f0aeb6 | ||
|
|
07022abb46 |
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
upgradedatabase_6_7() {
|
upgradedatabase_7_8() {
|
||||||
echo "Upgrading database to version 8... (backup is $database.bak_v7)"
|
echo "Upgrading database to version 8... (backup is $database.bak_v7)"
|
||||||
cp "$database" "$database.bak_v7"
|
cp "$database" "$database.bak_v7"
|
||||||
echo 'Deletion of old files was failing. Users of previous versions (YOU!) are strongly advised to run cleandestinations with the "-r" flag.'
|
echo 'Deletion of old files was failing. Users of previous versions (YOU!) are strongly advised to run cleandestinations with the "-r" flag.'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user