mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #11788 from overleaf/msm-missing-quote
[CE] added missing quote in shutdown script GitOrigin-RevId: 76e16bcc1cab29c6cdf261ec7e425adc5520d8f4
This commit is contained in:
parent
d639e2421d
commit
67ba7b1fe3
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
SITE_MAINTENANCE_FILE_BAK="$SITE_MAINTENANCE_FILE.bak.shutdown
|
||||
SITE_MAINTENANCE_FILE_BAK="$SITE_MAINTENANCE_FILE.bak.shutdown"
|
||||
|
||||
mv "${SITE_MAINTENANCE_FILE}" "${SITE_MAINTENANCE_FILE_BAK}"
|
||||
echo "closed" > "${SITE_MAINTENANCE_FILE}"
|
||||
|
|
Loading…
Reference in a new issue