Skip to content

Commit f65d75c

Browse files
committed
Rename git clone
1 parent 406d2c7 commit f65d75c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

csas/bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ sudo /bin/sed -i "1828i extension=csas.so" $PHPDIR/php-install-directory/lib/ph
4747
sudo /bin/sed -i "1830i csas.enable = 1" $PHPDIR/php-install-directory/lib/php.ini
4848

4949
sudo rm -rf /var/www/html
50-
sudo git clone https://github.com/php-csas/php-csas-demonstration /var/www/html
50+
sudo git clone https://github.com/php-csas/demo-site /var/www/html
5151

5252
sudo debconf-set-selections <<< 'mysql-server mysql-server/root_password password csas'
5353
sudo debconf-set-selections <<< 'mysql-server mysql-server/root_password_again password csas'

no_csas/bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ sudo /bin/sed -i "1828i extension=csas.so" $PHPDIR/php-install-directory/lib/ph
4747
sudo /bin/sed -i "1830i csas.enable = 0" $PHPDIR/php-install-directory/lib/php.ini
4848

4949
sudo rm -rf /var/www/html
50-
sudo git clone https://github.com/php-csas/php-csas-demonstration /var/www/html
50+
sudo git clone https://github.com/php-csas/demo-site /var/www/html
5151

5252
sudo debconf-set-selections <<< 'mysql-server mysql-server/root_password password csas'
5353
sudo debconf-set-selections <<< 'mysql-server mysql-server/root_password_again password csas'

0 commit comments

Comments
 (0)