Browse Source

Remove temporary upgrade directory

Bob Mottram 9 years ago
parent
commit
a6e6af42e7
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      src/freedombone

+ 3
- 0
src/freedombone View File

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