addftool 0.2.16__py3-none-any.whl → 0.2.17__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- addftool/blob.py +3 -1
- {addftool-0.2.16.dist-info → addftool-0.2.17.dist-info}/METADATA +1 -1
- {addftool-0.2.16.dist-info → addftool-0.2.17.dist-info}/RECORD +6 -6
- {addftool-0.2.16.dist-info → addftool-0.2.17.dist-info}/WHEEL +0 -0
- {addftool-0.2.16.dist-info → addftool-0.2.17.dist-info}/entry_points.txt +0 -0
- {addftool-0.2.16.dist-info → addftool-0.2.17.dist-info}/top_level.txt +0 -0
addftool/blob.py
CHANGED
|
@@ -175,7 +175,9 @@ def mount_main(args):
|
|
|
175
175
|
pre_command = "echo 'user_allow_other' | "
|
|
176
176
|
if args.sudo:
|
|
177
177
|
pre_command = "sudo " + pre_command
|
|
178
|
-
|
|
178
|
+
pre_command += "sudo tee -a /etc/fuse.conf"
|
|
179
|
+
else:
|
|
180
|
+
pre_command += "tee -a /etc/fuse.conf"
|
|
179
181
|
execute_command(pre_command)
|
|
180
182
|
|
|
181
183
|
execute_command(command)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
addftool/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
2
|
addftool/addf_portal.py,sha256=CnOAq3JLQjK9-OyYWDYcmtLBM68L3N6WeP5NjBod4zc,1819
|
|
3
|
-
addftool/blob.py,sha256=
|
|
3
|
+
addftool/blob.py,sha256=QXS3S5ToSZ00YqgtLzD2-X4mP7W72dW-pTBV07oopDU,15354
|
|
4
4
|
addftool/broadcast_folder.py,sha256=GQBuSL8Ch537V_fSBHesWyqT3KRYry68pbYOKy2bDj4,19619
|
|
5
5
|
addftool/sleep.py,sha256=kykcZR2tA0ZpRUwQf6IIUdJ4dYkolyD91FdriViq9Nc,11771
|
|
6
6
|
addftool/sync.py,sha256=ZpYxbM8uiPFrV7ODmOaM7asVPCWaxBixA-arVc-1kfs,14045
|
|
@@ -13,8 +13,8 @@ addftool/deploy/vscode_server.py,sha256=VNH4i5PTa1FH2Yk1S95fNCJEzwe380GAj5vc-h7c
|
|
|
13
13
|
addftool/process/__init__.py,sha256=Dze8OrcyjQlAbPrjE_h8bMi8W4b3OJyZOjTucPrkJvM,3721
|
|
14
14
|
addftool/process/utils.py,sha256=JldxnwanLJOgxaPgmCJh7SeBRaaj5rFxWWxh1hpsvbA,2609
|
|
15
15
|
addftool/ssh/__init__.py,sha256=h5_rCO0A6q2Yw9vFguQZZp_ApAJsT1dcnKnbKKZ0cDM,4409
|
|
16
|
-
addftool-0.2.
|
|
17
|
-
addftool-0.2.
|
|
18
|
-
addftool-0.2.
|
|
19
|
-
addftool-0.2.
|
|
20
|
-
addftool-0.2.
|
|
16
|
+
addftool-0.2.17.dist-info/METADATA,sha256=BAo1-ovKcm2mafPaLfol14-XMMVgQbk25qmOICENLH0,221
|
|
17
|
+
addftool-0.2.17.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
18
|
+
addftool-0.2.17.dist-info/entry_points.txt,sha256=9lkmuWMInwUAtev8w8poNkNd7iML9Bjd5CBCFVxg2b8,111
|
|
19
|
+
addftool-0.2.17.dist-info/top_level.txt,sha256=jqj56-plrBbyzY0tIxB6wPzjAA8kte4hUlajyyQygN4,9
|
|
20
|
+
addftool-0.2.17.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|