Skip to content

Commit

Permalink
change move to copy
Browse files Browse the repository at this point in the history
  • Loading branch information
a.walker committed Feb 29, 2016
1 parent a4d7059 commit 099ff65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sed -i 's/key_buffer*/key_buffer_size/g' /etc/mysql/my.cnf
#Add pached libicinga.so file. Bug: https://dev.icinga.org/issues/11248
if [[ -s /icinga2conf/libicinga.so ]]; then
mv /usr/lib/x86_64-linux-gnu/icinga2/libicinga.so /usr/lib/x86_64-linux-gnu/icinga2/libicinga.so_old
mv /icinga2conf/libicinga.so /usr/lib/x86_64-linux-gnu/icinga2/libicinga.so
cp /icinga2conf/libicinga.so /usr/lib/x86_64-linux-gnu/icinga2/libicinga.so
fi


Expand Down

0 comments on commit 099ff65

Please sign in to comment.