Quellcode durchsuchen

edit out unneeded cp from site init

sparklyballs vor 9 Jahren
Ursprung
Commit
e678f6a3dd
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  1. 0 1
      init/60_update_get_the_site.sh

+ 0 - 1
init/60_update_get_the_site.sh

@@ -1,7 +1,6 @@
 #!/bin/bash
 
 if [ ! -f "/config/www/PhotoShow/config.php" ]; then
-cp /defaults/photoshow /config/nginx/site-confs/default
 echo "fetching photoshow files from github"
 git clone https://github.com/thibaud-rohmer/PhotoShow.git /config/www/PhotoShow
 sed -i -e 's/$config->photos_dir.\+/$config->photos_dir = "\/Pictures";/' /config/www/PhotoShow/config.php