Update bootstrap.sh #15

Merged
admin merged 1 commits from dev into prod 2026-06-12 18:18:02 +02:00
Showing only changes of commit 018ce95617 - Show all commits

View File

@@ -98,7 +98,7 @@ chmod +x $TEMP_SCRIPT
cat << 'EOF' > $TEMP_SCRIPT_WRAPPER cat << 'EOF' > $TEMP_SCRIPT_WRAPPER
#!/bin/bash #!/bin/bash
sleep 20
if [ -f /root/firstlogin.sh ]; then if [ -f /root/firstlogin.sh ]; then
/root/firstlogin.sh /root/firstlogin.sh
fi fi