Compare commits

...

2 Commits

Author SHA1 Message Date
Vincent Riquer
6844f0aeb6 emergency fixes: correct name for function upgradedatabase_7_8 2026-02-15 06:19:37 +01:00
ScriptFanix
07022abb46 Merge branch 'dev' into 'master'
v1.0.6 release

Closes #25 and #30

See merge request atom/AtOM!42
2026-02-15 05:43:13 +01:00

View File

@ -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.'