Преглед на файлове

edit out unneeded cp from site init

sparklyballs преди 9 години
родител
ревизия
e678f6a3dd
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  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