fix
This commit is contained in:
parent
37cb536462
commit
d8a5cd5361
1 changed files with 2 additions and 2 deletions
|
@ -84,8 +84,8 @@ initial_mount () {
|
|||
|
||||
transfer_directory() {
|
||||
dir="$1"
|
||||
cp -r "/$dir" "/rodeo/root/$dir"
|
||||
mkdir "/$dir" "/rodeo/tmp/$dir"
|
||||
mv "/$dir" "/rodeo/root/$dir"
|
||||
mkdir -p "/$dir" "/rodeo/tmp/$dir"
|
||||
echo "$dir" >> /rodeo/configuration/managed_directories
|
||||
info "Added $dir to the list of managed directories"
|
||||
initial_mount
|
||||
|
|
Loading…
Add table
Reference in a new issue