Rename post_install dir to post-install

This commit is contained in:
Ingo Weinhold
2013-05-29 02:24:54 +02:00
parent b361d03f93
commit e63bdfec75
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -193,7 +193,7 @@ fi
# Check for fresh install and run post install scripts.
freshInstallIndicator=/boot/common/settings/fresh_install
postInstallDir=boot/post_install
postInstallDir=boot/post-install
if [ -e $freshInstallIndicator ]; then
# wait a moment for things to calm down a bit
sleep 3