Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbelgium authored Dec 6, 2024
1 parent 17c4225 commit 7194d1e
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions photoprism/rootfs/etc/cont-init.d/99-run.sh
Original file line number Diff line number Diff line change
@@ -1,15 +1,7 @@
#!/usr/bin/env bashio
# shellcheck shell=bash

#################
# Set structure #
#################

mkdir -p /config/storage
cp -rf /var/www/html/storage/* /config/storage/
rm -r /var/www/html/storage
ln -sf /config/storage /var/www/html/storage
chown -R www-data:www-data /config
set -e
set +u

###################
# Define database #
Expand Down

0 comments on commit 7194d1e

Please sign in to comment.