Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions openfido.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/sh
#!/bin/bash
#
# GridLAB-D environment for OpenFIDO
#

cat /etc/shells
TEMPLATE=electrification

error()
Expand All @@ -18,7 +18,6 @@ trap on_error 1 2 3 4 6 7 8 11 13 14 15
set -x # print commands
set -e # exit on error
set -u # nounset enabled
shopt -s extglob

export OG_PATH=$PWD
cd $OPENFIDO_INPUT
Expand Down