From 4fffddddfbb7a4a2ae3b5490b02907b3bd95d708 Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Fri, 23 Nov 2012 13:18:03 +0200 Subject: [PATCH] fixed typo in rebuid script --- bin/v-rebuild-user | 2 +- func/db.sh | 0 func/domain.sh | 0 func/ip.sh | 0 func/main.sh | 0 5 files changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 func/db.sh mode change 100755 => 100644 func/domain.sh mode change 100755 => 100644 func/ip.sh mode change 100755 => 100644 func/main.sh diff --git a/bin/v-rebuild-user b/bin/v-rebuild-user index 88b44180e..96acea75c 100755 --- a/bin/v-rebuild-user +++ b/bin/v-rebuild-user @@ -143,7 +143,7 @@ fi if [ ! -z "$DB_SYSTEM" ] && [ "$DB_SYSTEM" != 'no' ]; then touch $USER_DATA/db.conf chmod 660 $USER_DATA/db.conf - echo "v_update_datbases_disk $user" >> $VESTA/data/queue/disk.pipe + echo "v-update-databases-disk $user" >> $VESTA/data/queue/disk.pipe fi if [ ! -z "$CRON_SYSTEM" ] && [ "$CRON_SYSTEM" != 'no' ]; then diff --git a/func/db.sh b/func/db.sh old mode 100755 new mode 100644 diff --git a/func/domain.sh b/func/domain.sh old mode 100755 new mode 100644 diff --git a/func/ip.sh b/func/ip.sh old mode 100755 new mode 100644 diff --git a/func/main.sh b/func/main.sh old mode 100755 new mode 100644