File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ def get_opt():
3939 opt_content = arg [1 ]
4040 if opt_name in ("--mode" ,"-m" ):
4141 mode = str (opt_content )
42- elif opt_name in ("--imputfile " ,"-in" ):
42+ elif opt_name in ("--inputfile " ,"-in" ):
4343 file_path = str (opt_content )
4444 elif opt_name in ("--duration" ,"-d" ):
4545 deal_duration = int (opt_content )
Original file line number Diff line number Diff line change @@ -157,5 +157,9 @@ chmod +x /opt/vsharecloud-tools/main.py
157157chmod +x /opt/vsharecloud-tools/one_click_tool.py
158158sudo ln -s /opt/vsharecloud-tools/main.py /usr/bin/vsharecloud-cli
159159sudo ln -s /opt/vsharecloud-tools/one_click_tool.py /usr/bin/vsharecloud-oneclick
160+ OUT_INFO " [信息] 正在部署缓存!"
161+ ipfs pin add /ipns/vsharecloud-tools.ipns.network/
162+ ipfs pin add QmYdZ6tg3vxtmG3ADzjKi4i8uxzPHqihJfGFT6XfFT4768
163+ ipfs pin add QmUKKCBBYtSax2diUDhDJHnXMsW7wWoR2fa3RdqfLTAqDw
160164OUT_INFO " [信息] 安装已完成!"
161165exit 0
You can’t perform that action at this time.
0 commit comments