Update 02051_symlinks_to_user_files.sh

This commit is contained in:
Kseniia Sumarokova 2021-10-19 11:27:48 +03:00 committed by GitHub
parent ec6b778501
commit eb0ce68f10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ file_path=$CUR_DIR/${FILE}
touch ${file_path}
ln -s ${file_path} ${symlink_path}
chmod +w ${symlink_path}
chmod ugo+w ${symlink_path}
function cleanup()
{