Bob Mottram пре 7 година
родитељ
комит
6e57b1b33b
1 измењених фајлова са 1 додато и 3 уклоњено
  1. 1
    3
      src/freedombone-upgrade

+ 1
- 3
src/freedombone-upgrade Прегледај датотеку

@@ -13,7 +13,7 @@
13 13
 # License
14 14
 # =======
15 15
 #
16
-# Copyright (C) 2015-2016 Bob Mottram <bob@freedombone.net>
16
+# Copyright (C) 2015-2017 Bob Mottram <bob@freedombone.net>
17 17
 #
18 18
 # This program is free software: you can redistribute it and/or modify
19 19
 # it under the terms of the GNU Affero General Public License as published by
@@ -97,11 +97,9 @@ if [ -d $PROJECT_DIR ]; then
97 97
 
98 98
         ${PROJECT_NAME} -c $CONFIGURATION_FILE
99 99
         if [ ! "$?" = "0" ]; then
100
-            lockdown_permissions
101 100
             exit 453536
102 101
         fi
103 102
 
104
-        lockdown_permissions
105 103
         defrag_filesystem
106 104
     fi
107 105
 fi