Minor fix for calcom for correct path
This commit is contained in:
parent
dc388d0cf7
commit
9ec87272af
@ -128,7 +128,7 @@ EOF
|
|||||||
|
|
||||||
chmod 600 /federated/apps/calcom/.env
|
chmod 600 /federated/apps/calcom/.env
|
||||||
|
|
||||||
# Make data and data/federated directories
|
# Make data and data/root/federated directories
|
||||||
mkdir -p /federated/apps/calcom/data/root/federated
|
mkdir -p /federated/apps/calcom/data/root/federated
|
||||||
|
|
||||||
# Create .c source code for CRYPT SHA512 {crypt} Hash statically-linked mini-binary
|
# Create .c source code for CRYPT SHA512 {crypt} Hash statically-linked mini-binary
|
||||||
@ -489,7 +489,7 @@ rm -f /tmp/new_verify.js /tmp/new_hash.js
|
|||||||
echo "Modifications complete"
|
echo "Modifications complete"
|
||||||
EOOF
|
EOOF
|
||||||
|
|
||||||
chmod 755 /federated/apps/calcom/data/federated/modify-hash-crypt-sha512.sh
|
chmod 755 /federated/apps/calcom/data/root/federated/modify-hash-crypt-sha512.sh
|
||||||
|
|
||||||
|
|
||||||
# Add script for applying SHA512 patches into the already built cal.com .js files
|
# Add script for applying SHA512 patches into the already built cal.com .js files
|
||||||
@ -656,10 +656,10 @@ fi
|
|||||||
echo "All modifications complete"
|
echo "All modifications complete"
|
||||||
EOOF
|
EOOF
|
||||||
|
|
||||||
chmod 755 /federated/apps/calcom/data/federated/fix-apiwebui.sh
|
chmod 755 /federated/apps/calcom/data/root/federated/fix-apiwebui.sh
|
||||||
|
|
||||||
# Add docker-compose image wrapper startup script
|
# Add docker-compose image wrapper startup script
|
||||||
cat > /federated/apps/calcom/data/federated/init.sh <<'EOF'
|
cat > /federated/apps/calcom/data/root/federated/init.sh <<'EOF'
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# This script runs when the container starts
|
# This script runs when the container starts
|
||||||
|
|
||||||
@ -677,7 +677,7 @@ cd /calcom
|
|||||||
exec /usr/local/bin/docker-entrypoint.sh /calcom/scripts/start.sh
|
exec /usr/local/bin/docker-entrypoint.sh /calcom/scripts/start.sh
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
chmod 755 /federated/apps/calcom/data/federated/init.sh
|
chmod 755 /federated/apps/calcom/data/root/federated/init.sh
|
||||||
|
|
||||||
# Ensure packages are installed for python requirements
|
# Ensure packages are installed for python requirements
|
||||||
apt update
|
apt update
|
||||||
|
Loading…
x
Reference in New Issue
Block a user