Run shfmt
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
set -o errexit -o nounset -o pipefail
|
||||
command -v shellcheck > /dev/null && shellcheck "$0"
|
||||
command -v shellcheck >/dev/null && shellcheck "$0"
|
||||
|
||||
cp -R "/template/.simapp" /root
|
||||
mkdir -p /root/log
|
||||
|
||||
Reference in New Issue
Block a user