Explorar el Código

Remove temporary upgrade directory

Bob Mottram hace 9 años
padre
commit
a6e6af42e7
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3
    0
      src/freedombone

+ 3
- 0
src/freedombone Ver fichero

6587
             $OWNCLOUD_PATH/occ files:scan $USRNAME
6587
             $OWNCLOUD_PATH/occ files:scan $USRNAME
6588
         fi
6588
         fi
6589
     done
6589
     done
6590
+
6591
+    # remove the temporary upgrade
6592
+    rm -rf $OWNCLOUD_UPGRADE_PATH
6590
 }
6593
 }
6591
 
6594
 
6592
 function install_owncloud_official_deb {
6595
 function install_owncloud_official_deb {