new missions + try to debug failing mission handling
This commit is contained in:
19
release.sh
19
release.sh
@@ -1,8 +1,21 @@
|
||||
#!/bin/bash
|
||||
|
||||
#cd server || exit
|
||||
#./load_html.sh
|
||||
#cd .. || exit
|
||||
for i in "$@"
|
||||
do
|
||||
case $i in
|
||||
-m=*|--mission=*)
|
||||
MISSIONADD="${i#*=}"
|
||||
shift # past argument=value
|
||||
;;
|
||||
*)
|
||||
# unknown option
|
||||
;;
|
||||
esac
|
||||
done
|
||||
|
||||
cd server || exit
|
||||
./load_html.sh "${MISSIONADD}"
|
||||
cd .. || exit
|
||||
|
||||
gulp scripts scripts3
|
||||
git add .
|
||||
|
||||
Reference in New Issue
Block a user