Commit graph

50 commits

Author SHA1 Message Date
eeae82e71d remove line 2020-02-12 20:27:55 +01:00
f1227da88b Merge branch 'zipped-files' 2020-02-12 20:27:37 +01:00
530b6cf000 use environment for mountpoint to umount correct 2020-02-12 20:26:49 +01:00
8de02a391e Use Environment for Mountpoint to umount 2020-02-12 20:23:50 +01:00
bb258450bc change today variable 2020-02-12 20:23:27 +01:00
f9c03174af fix error 2020-02-12 19:20:02 +01:00
a1b772a296 fix wrong usage of sudo 2020-02-12 18:42:39 +01:00
e694b5ea4f fix removing config-file 2020-02-12 18:40:38 +01:00
cd7f206deb remove config-file, change service-unit
change option-parsing
2020-02-12 18:38:35 +01:00
73c9dd4702 change option-type to bool 2020-02-12 18:34:11 +01:00
a5a5baa595 remove debug 2020-02-12 18:26:08 +01:00
a5d6d2ad96 add debug 2020-02-12 18:20:46 +01:00
876a455dfa change path in workdir 2020-02-12 18:18:19 +01:00
91d3e7f857 fix typo 2020-02-12 18:07:16 +01:00
c1d8601375 change options 2020-02-12 18:04:13 +01:00
fc5e4dc0f2 change options 2020-02-12 18:02:51 +01:00
15544d8899 change options 2020-02-12 17:44:22 +01:00
da180df230 fix filenames to copy 2020-02-12 17:32:53 +01:00
b18e8042b5 change configs 2020-02-12 17:30:08 +01:00
813871beee change options 2020-02-12 17:19:26 +01:00
93e011896b fix string 2020-02-12 17:16:53 +01:00
634763aa59 change mode to executable 2020-02-12 17:15:19 +01:00
99f9bcf96a add uninstall-script 2020-02-12 16:35:02 +01:00
6a9a0088ef add setup for only one user 2020-02-12 16:30:32 +01:00
3f8f32e658 use commandline-parameter 2020-02-12 16:28:31 +01:00
34de25cdb3 rename class 2020-02-12 01:27:35 +01:00
5cb100f564 add stuff for alias to README 2020-02-12 01:27:16 +01:00
859fd4ece3 add -u to flush stdoud immediately 2020-02-12 00:52:13 +01:00
caa922add1 add ExecStop 2020-02-12 00:50:48 +01:00
ac08875423 update Readme 2020-02-12 00:50:24 +01:00
6c9bdbb372 fix newlines 2020-02-12 00:29:40 +01:00
15e4280fb8 add newlines 2020-02-12 00:27:30 +01:00
84e7a8b3d7 add cleanup function, some fixes 2020-02-12 00:19:51 +01:00
2cc6f83fb9 fixed path 2020-02-11 18:00:48 +01:00
48f8b6b061 change path 2020-02-11 17:58:57 +01:00
6c1720d2e7 add modify user-dirs.dirs 2020-02-11 17:56:42 +01:00
b8e56ff5ec fix path, rename file 2020-02-11 17:07:59 +01:00
6665aadb5b update README 2020-02-11 16:10:32 +01:00
e43e3a063c add executable bit 2020-02-11 16:05:38 +01:00
abdbe70d7f readme updated 2020-02-11 15:17:28 +01:00
3ec2e8d1fd cleanup 2020-02-11 15:14:26 +01:00
Stavros Korokithakis
8d1ae6308a Merge pull request #5 from gtristan/fix-link-parameters
Fix reversed parameters in link() and symlink() implementations.
2017-06-11 14:57:07 +03:00
Tristan Van Berkom
2c7956c739 Fix reversed parameters in link() and symlink() implementations.
Yes, it is a bit strange how fusepy reverses these parameters when
calling into the Operations object, but they are indeed reversed.

This patch fixes the example to work correctly when symlinking
or linking in the passthrough.
2017-06-11 20:53:33 +09:00
Stavros Korokithakis
a01a80b91c Merge pull request #3 from ava-dylang/patch-1
Create requirements.txt
2017-01-11 19:24:00 +02:00
Dylan Grafmyre
acd1a2cd58 Update requirements.txt 2017-01-11 09:18:40 -08:00
Dylan Grafmyre
f2f55204d9 Create requirements.txt 2017-01-11 09:17:52 -08:00
Stavros Korokithakis
c4d2ec0fa2 Merge pull request #1 from thobianchi/master
avoid collision with fusepy package name
2017-01-10 01:42:46 +02:00
Thomas Bianchi
9a9de8b314 avoid collision with fusepy package name 2016-04-14 17:28:20 +02:00
Stavros Korokithakis
581053d6b6
Add fuse.py. 2016-04-11 01:40:01 +03:00
Stavros Korokithakis
c089a35ce0 Initial commit 2016-04-11 01:38:25 +03:00