summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-config/restore_km_db_chroot.sh
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/LinHES-config/restore_km_db_chroot.sh')
-rw-r--r--abs/core/LinHES-config/restore_km_db_chroot.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core/LinHES-config/restore_km_db_chroot.sh b/abs/core/LinHES-config/restore_km_db_chroot.sh
index 132dae3..170dd9e 100644
--- a/abs/core/LinHES-config/restore_km_db_chroot.sh
+++ b/abs/core/LinHES-config/restore_km_db_chroot.sh
@@ -11,7 +11,7 @@ DBFILE=$1
if [ $SystemType = "Master_backend" -o $SystemType = "Standalone" ]
then
#restore database
- pacman --noconfirm -S --force mysql
+ pacman --noconfirm -S mysql
status=1
mysqlstatus=1
while [ ! $status = 0 ]