addftool 0.0.6__py3-none-any.whl → 0.0.7__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 +4 -1
- {addftool-0.0.6.dist-info → addftool-0.0.7.dist-info}/METADATA +1 -1
- addftool-0.0.7.dist-info/RECORD +9 -0
- addftool-0.0.6.dist-info/RECORD +0 -9
- {addftool-0.0.6.dist-info → addftool-0.0.7.dist-info}/WHEEL +0 -0
- {addftool-0.0.6.dist-info → addftool-0.0.7.dist-info}/entry_points.txt +0 -0
- {addftool-0.0.6.dist-info → addftool-0.0.7.dist-info}/top_level.txt +0 -0
addftool/blob.py
CHANGED
|
@@ -153,7 +153,10 @@ def mount_main(args):
|
|
|
153
153
|
break
|
|
154
154
|
if not exist_user_allow_other:
|
|
155
155
|
print("Add user_allow_other to /etc/fuse.conf")
|
|
156
|
-
pre_command = "echo 'user_allow_other' |
|
|
156
|
+
pre_command = "echo 'user_allow_other' | "
|
|
157
|
+
if args.sudo:
|
|
158
|
+
pre_command = "sudo " + pre_command
|
|
159
|
+
pre_command += "tee -a /etc/fuse.conf"
|
|
157
160
|
execute_command(pre_command)
|
|
158
161
|
|
|
159
162
|
execute_command(command)
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
addftool/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
+
addftool/blob.py,sha256=3zrNbxXTZJ0QVI7hMYSqZJ4QjGIW5oRVq2KU-mRMFFw,7844
|
|
3
|
+
addftool/tool.py,sha256=EuKQ2t2InN7yB-_oYLcdsA7vRqzRGTunwIxplUSqEG0,2054
|
|
4
|
+
addftool/util.py,sha256=Q3A68vJDxgfeNiEFmk54HuMuworVndocXpSbVpvGMfc,362
|
|
5
|
+
addftool-0.0.7.dist-info/METADATA,sha256=qZzEozrbelkaN0Ft9MDryzl1vTUvu3Ja_oL4l9inV_0,126
|
|
6
|
+
addftool-0.0.7.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
7
|
+
addftool-0.0.7.dist-info/entry_points.txt,sha256=h5TlQy4AQw-J55HqI7FRkIVRUfw-x3pStFWCoYtoCTM,78
|
|
8
|
+
addftool-0.0.7.dist-info/top_level.txt,sha256=jqj56-plrBbyzY0tIxB6wPzjAA8kte4hUlajyyQygN4,9
|
|
9
|
+
addftool-0.0.7.dist-info/RECORD,,
|
addftool-0.0.6.dist-info/RECORD
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
addftool/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
-
addftool/blob.py,sha256=S5dk20Gn2Ne3UVkKwpI11xSTOndO1W3wVRsJrJmhNOQ,7741
|
|
3
|
-
addftool/tool.py,sha256=EuKQ2t2InN7yB-_oYLcdsA7vRqzRGTunwIxplUSqEG0,2054
|
|
4
|
-
addftool/util.py,sha256=Q3A68vJDxgfeNiEFmk54HuMuworVndocXpSbVpvGMfc,362
|
|
5
|
-
addftool-0.0.6.dist-info/METADATA,sha256=lNcNL-m1MkGnzmWEPZuJmf6ncJICUBZyq07HtWESqlU,126
|
|
6
|
-
addftool-0.0.6.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
7
|
-
addftool-0.0.6.dist-info/entry_points.txt,sha256=h5TlQy4AQw-J55HqI7FRkIVRUfw-x3pStFWCoYtoCTM,78
|
|
8
|
-
addftool-0.0.6.dist-info/top_level.txt,sha256=jqj56-plrBbyzY0tIxB6wPzjAA8kte4hUlajyyQygN4,9
|
|
9
|
-
addftool-0.0.6.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|