mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-03 13:02:00 +00:00
Update 02051_symlinks_to_user_files.sh
This commit is contained in:
parent
ec6b778501
commit
eb0ce68f10
@ -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()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user