nix/shell: create slideshow dir
This commit is contained in:
parent
6580cfe546
commit
4ee8b73044
|
@ -20,6 +20,10 @@ pkgs.mkShellNoCC {
|
||||||
test -e config.php || cp -v dist/config.local.php config.php
|
test -e config.php || cp -v dist/config.local.php config.php
|
||||||
|
|
||||||
|
|
||||||
|
if [ ! -d www/galleri/bilder/slideshow ] ; then
|
||||||
|
mkdir -p www/galleri/bilder/slideshow
|
||||||
|
fi
|
||||||
|
|
||||||
if [ ! -d vendor ] ; then
|
if [ ! -d vendor ] ; then
|
||||||
composer install || exit $?
|
composer install || exit $?
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue