Changeset 8478 for n4d-netfolders/trunk/fuentes
- Timestamp:
- Mar 5, 2019, 5:09:21 PM (2 years ago)
- Location:
- n4d-netfolders/trunk/fuentes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
n4d-netfolders/trunk/fuentes/debian/changelog
r8422 r8478 1 n4d-netfolders (0.7.3) xenial; urgency=high 2 3 * Supporting spaces in user names 4 5 -- Hector Garcia Huerta <hectorgh@gmail.com> Tue, 05 Mar 2019 17:08:29 +0100 6 1 7 n4d-netfolders (0.7.2) xenial; urgency=high 2 8 -
n4d-netfolders/trunk/fuentes/install-files/usr/share/n4d/python-plugins/NetFoldersManager.py
r7121 r8478 455 455 for folder in folders: 456 456 457 os.system("chown %s:nogroup '%s'"%(student,folder%student))457 os.system("chown '%s':nogroup '%s'"%(student,folder%student)) 458 458 os.system("chmod 770 -R '%s'"%(folder%student)) 459 459
Note: See TracChangeset
for help on using the changeset viewer.