Commit a74320c5 authored by Vitaly Lipatov's avatar Vitaly Lipatov

update_versions.sh: add --force support

parent 992f021a
......@@ -60,6 +60,11 @@ if [ "$1" = "--ipfs" ] ; then
shift
fi
if [ "$1" = "--force" ] ; then
playopt="$playopt $1"
shift
fi
if [ -n "$1" ] ; then
install_app_alt "$1"
exit
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment