Clean whitespace.

This commit is contained in:
2023-08-20 15:19:13 -07:00
parent 509984be9b
commit 412ab2d7b4

View File

@@ -15,7 +15,7 @@ docker exec -it nextcloud-app-1 chown -Rc www-data:www-data .
# 2023-02-12 Just for good measure.
docker exec -itu www-data nextcloud-app-1 ./occ app:update --all
# 2023-07-02
# 2023-07-02
# This maybe used to exist, but make sure that Files app is correct.
docker exec -itu www-data nextcloud-app-1 ./occ files:scan --all
# This one takes a while.
@@ -28,4 +28,3 @@ docker exec -itu www-data nextcloud-app-1 ./occ versions:cleanup
docker exec -itu www-data nextcloud-app-1 ./occ files:cleanup
exit 0