location of the config changed
This commit is contained in:
parent
b3e8fe379f
commit
866e9ebcf1
1 changed files with 1 additions and 1 deletions
|
|
@ -358,7 +358,7 @@ function system_backup {
|
|||
cp -r $backup_local_folder/mastodon/redis $backup_working_directory/mastodon
|
||||
# configs, extra
|
||||
cp $backup_local_folder/mastodon/compose.yaml $backup_working_directory/mastodon
|
||||
cp -r $backup_local_folder/mastodon/.config $backup_working_directory/mastodon
|
||||
cp $backup_local_folder/mastodon/.env $backup_working_directory/mastodon
|
||||
# =============================================================================
|
||||
# pds
|
||||
echo "${blue}Pulling in PDS...${normal}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue