On rebuild tout à la fin de alternc.install, pas en cours d'upgrade
This commit is contained in:
parent
bf7e3604bc
commit
763507aa65
|
@ -533,7 +533,6 @@ install/upgrades/0.9.9.sql -text
|
|||
install/upgrades/1.0.0.sql -text
|
||||
install/upgrades/1.0.1.php -text
|
||||
install/upgrades/1.0.3.sql -text
|
||||
install/upgrades/1.0.4.sh -text
|
||||
install/upgrades/3.0.0~1.sql -text
|
||||
install/upgrades/3.0.0~2.sh -text
|
||||
install/upgrades/3.0.0~3.php -text
|
||||
|
|
|
@ -589,5 +589,8 @@ done
|
|||
# hook
|
||||
run-parts --arg=end /usr/lib/alternc/install.d
|
||||
|
||||
# Rebuild all web configuration
|
||||
/usr/lib/alternc/rebuild_all_webconf.sh --force
|
||||
|
||||
# Unlock jobs !
|
||||
unlock_jobs
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Rebuild all web configuration
|
||||
/usr/lib/alternc/rebuild_all_webconf.sh --force
|
Loading…
Reference in New Issue