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() {
|
transfer_directory() {
|
||||||
dir="$1"
|
dir="$1"
|
||||||
cp -r "/$dir" "/rodeo/root/$dir"
|
mv "/$dir" "/rodeo/root/$dir"
|
||||||
mkdir "/$dir" "/rodeo/tmp/$dir"
|
mkdir -p "/$dir" "/rodeo/tmp/$dir"
|
||||||
echo "$dir" >> /rodeo/configuration/managed_directories
|
echo "$dir" >> /rodeo/configuration/managed_directories
|
||||||
info "Added $dir to the list of managed directories"
|
info "Added $dir to the list of managed directories"
|
||||||
initial_mount
|
initial_mount
|
||||||
|
|
Loading…
Add table
Reference in a new issue