Sfoglia il codice sorgente

Remove temporary upgrade directory

Bob Mottram 9 anni fa
parent
commit
a6e6af42e7
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3
    0
      src/freedombone

+ 3
- 0
src/freedombone Vedi 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 {