Commit f856899b9bd53bad69e93c55916b96a50141c684
1 parent
e2fcd1de
Exists in
master
and in
28 other branches
Use .bak as backup file extension
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
debian/update-noosfero-apache
... | ... | @@ -13,7 +13,7 @@ if test -x /usr/share/noosfero/script/apacheconf; then |
13 | 13 | /usr/share/noosfero/script/apacheconf thin > "$cluster_file" |
14 | 14 | if test -e "$mongrel_file"; then |
15 | 15 | echo "Moving existing $mongrel_file away ..." |
16 | - mv "$mongrel_file" "$mongrel_file".dpkg-old | |
16 | + mv "$mongrel_file" "$mongrel_file".bak | |
17 | 17 | (cd $datadir && ln -sf cluster.conf mongrel.conf) |
18 | 18 | fi |
19 | 19 | ... | ... |