kopia lustrzana https://github.com/jprochazka/adsb-receiver
Enable extra confirmation dialogs on first run
rodzic
b15116b140
commit
9b221ecebb
|
|
@ -85,6 +85,8 @@ done
|
|||
## CHECK IF THIS IS THE FIRST RUN USING THE IMAGE RELEASE
|
||||
|
||||
if [ -f $PROJECTROOTDIRECTORY/image ]; then
|
||||
# Enable extra confirmation dialogs..
|
||||
VERBOSE="1"
|
||||
# Execute image setup script..
|
||||
chmod +x $BASHDIRECTORY/image.sh
|
||||
$BASHDIRECTORY/image.sh
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue