diff --git a/Config/Nextcloud/fixes.sh b/Config/Nextcloud/fixes.sh index b849739..157d738 100755 --- a/Config/Nextcloud/fixes.sh +++ b/Config/Nextcloud/fixes.sh @@ -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 -