#/bin/sh . settings.sh # update symlinks (needed for repo validation) ln -sf "$REAL/Probes/probed.xml" "$REPO/Probes/probed.xml" ln -sf "$REAL/Properties/secrets.xml" "$REPO/Properties/secrets.xml" # update directory symlinks (with --no-dereference) ln -sfn "$REAL/Packages/cache" "$REPO/Packages/cache" ln -sfn "$REAL/SSL/private" "$REPO/SSL/private"