diff options
Diffstat (limited to 'files/common/etc/fsm/update/trans/default.enter')
-rwxr-xr-x | files/common/etc/fsm/update/trans/default.enter | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/files/common/etc/fsm/update/trans/default.enter b/files/common/etc/fsm/update/trans/default.enter new file mode 100755 index 0000000..ffdb026 --- /dev/null +++ b/files/common/etc/fsm/update/trans/default.enter @@ -0,0 +1,5 @@ +#!/bin/sh -e +. ../common.sh + +CurState=$2 +GS_update |