Changeset 7121 for n4d-netfolders/trunk/fuentes
- Timestamp:
- Apr 10, 2018, 10:01:21 AM (3 years ago)
- Location:
- n4d-netfolders/trunk/fuentes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
n4d-netfolders/trunk/fuentes/debian/changelog
r5000 r7121 1 n4d-netfolders (0.7.1) xenial; urgency=high 2 3 * Removing mount protection.Plugin will always try to create server-sync dirs 4 5 -- Hector Garcia Huerta <hectorgh@gmail.com> Tue, 10 Apr 2018 09:59:14 +0200 6 1 7 n4d-netfolders (0.7) xenial; urgency=high 2 8 -
n4d-netfolders/trunk/fuentes/install-files/usr/share/n4d/python-plugins/NetFoldersManager.py
r4993 r7121 199 199 def check_local_folders(self,recursive=False): 200 200 201 201 # this is no longer true. root access had to be enabled after all 202 ''' 202 203 if os.path.exists("/lib/systemd/system/net-server\\x2dsync.mount"): 203 204 # Root has no access to /net/server-sync if it is mounted. Returning 204 205 return True 206 ''' 205 207 206 208 self.local_dirs={}
Note: See TracChangeset
for help on using the changeset viewer.