mirror of
https://github.com/YunoHost-Apps/radicale_ynh.git
synced 2024-09-03 20:16:14 +02:00
8 lines
215 B
Text
8 lines
215 B
Text
|
#!/bin/bash
|
||
|
|
||
|
user=$1
|
||
|
final_path=__FINALPATH__
|
||
|
|
||
|
sudo cp -a $final_path/default_collections/USER $final_path/collections/$user
|
||
|
sudo cp -a $final_path/default_collections/USER.props $final_path/collections/$user.props
|