Skip to content
Snippets Groups Projects
Unverified Commit a741c2ba authored by FreddleSpl0it's avatar FreddleSpl0it Committed by GitHub
Browse files

Merge pull request #6426 from sardaukar/fix/typo-on-backup-and-restore-script

Fix tiny typo
parents 741e5c71 65d872cc
Branches
No related tags found
No related merge requests found
......@@ -236,7 +236,7 @@ function restore() {
if [[ $(find "${RESTORE_LOCATION}" \( -name '*x86*' -o -name '*aarch*' \) -exec basename {} \; | sed 's/^\.//' | sed 's/^\.//') == "" ]]; then
echo -e "\e[33mCould not find a architecture signature of the loaded backup... Maybe the backup was done before the multiarch update?"
sleep 2
echo -e "Continuing anyhow. If rspamd is crashing opon boot try remove the rspamd volume with docker volume rm ${CMPS_PRJ}_rspamd-vol-1 after you've stopped the stack.\e[0m"
echo -e "Continuing anyhow. If rspamd is crashing upon boot try remove the rspamd volume with docker volume rm ${CMPS_PRJ}_rspamd-vol-1 after you've stopped the stack.\e[0m"
sleep 2
docker stop $(docker ps -qf name=rspamd-mailcow)
docker run -i --name mailcow-backup --rm \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment