Skip to content

Commit

Permalink
Fix user data restore path
Browse files Browse the repository at this point in the history
  • Loading branch information
mreid-tt committed Oct 22, 2023
1 parent 5063d54 commit 7d14ce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spk/owncloud/src/service-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ service_postinst ()

# Restore user data
echo "Restoring user data to ${DATA_DIR}"
rsync -aX --update -I "${TEMPDIR}/data" "${DATA_DIR}/" 2>&1
rsync -aX --update -I "${TEMPDIR}/data" "${SHARE_PATH}/" 2>&1

# Place server in maintenance mode
exec_occ maintenance:mode --on
Expand Down

0 comments on commit 7d14ce7

Please sign in to comment.