File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77APPLICATION=$( echo " $DPKG_MAINTSCRIPT_PACKAGE " )
88for file in /usr/lib/$APPLICATION /multiflexi/* .app.json
99do
10- multiflexi-cli application import-json --file $file
10+ multiflexi-cli application: import-json --file $file
1111done
1212
1313for file in /usr/lib/$APPLICATION /multiflexi/* .multiflexi.credprototype.json
1414do
15- multiflexi-cli crprototype import-json --file $file
15+ multiflexi-cli crprototype: import-json --file $file
1616done
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ case "$1" in
77 APPLICATION=$( echo " $DPKG_MAINTSCRIPT_PACKAGE " | sed ' s/multiflexi-//' )
88 for file in /usr/lib/$APPLICATION /multiflexi/* .json
99 do
10- multiflexi-cli application remove-json --file " $file "
10+ multiflexi-cli application: remove-json --file " $file "
1111 done
1212 ;;
1313
You can’t perform that action at this time.
0 commit comments