mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 08:26:11 +00:00
shfmt: Reformat shell scripts with shfmt.
https://github.com/mvdan/sh Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
caa939d2d5
commit
dfaea9df65
@@ -5,7 +5,7 @@ set -e
|
||||
LOCALDISK=/dev/nvme0n1
|
||||
|
||||
if ! grep -q $LOCALDISK /etc/fstab; then
|
||||
echo "$LOCALDISK /srv xfs nofail,noatime 1 1" >> /etc/fstab
|
||||
echo "$LOCALDISK /srv xfs nofail,noatime 1 1" >>/etc/fstab
|
||||
fi
|
||||
|
||||
if ! mountpoint -q /srv; then
|
||||
|
||||
Reference in New Issue
Block a user