mirror of
https://github.com/YunoHost-Apps/borgwarehouse_ynh.git
synced 2024-09-03 18:16:17 +02:00
Update install
This commit is contained in:
parent
ca67122d5a
commit
4b98810d3b
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ ynh_script_progression --message="Setting up source files..." --weight=1
|
|||
# Download, check integrity, uncompress and patch the source from manifest.toml
|
||||
ynh_setup_source --dest_dir="$install_dir/app"
|
||||
|
||||
mkdir /home/borgwarehouse
|
||||
mkdir /home/borgwarehouse/.ssh && chmod 700 /home/borgwarehouse/.ssh
|
||||
touch /home/borgwarehouse/.ssh/authorized_keys && chmod 600 /home/borgwarehouse/.ssh/authorized_keys
|
||||
mkdir $install_dir/repos && chmod 700 $install_dir/repos
|
||||
|
|
Loading…
Reference in a new issue