Skip to content

Commit

Permalink
Update configure_privacyidea.sh
Browse files Browse the repository at this point in the history
mistype
  • Loading branch information
gitalexch authored and mr-ssd committed Jun 28, 2024
1 parent 4fc80bb commit 5968c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs/usr/local/bin/configure_privacyidea.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ function generate_pi_config {
function prestart_privacyidea {
# Copy files from mounted directory to PI_HOME
PI_HOME=${PI_HOME:-/opt/privacyidea}
export $PI_HOME
export PI_HOME
if [ -d "${PI_MOUNT_DIR}/files" ] && [ "$(ls -A "${PI_MOUNT_DIR}/files")" ]; then
echo ""
echo "[privacyIDEA] Copying files from ${PI_MOUNT_DIR}/files:"
Expand Down

0 comments on commit 5968c99

Please sign in to comment.