Parcourir la source

removes bash profile

Keith Newman il y a 10 ans
Parent
commit
f555b8666c
1 fichiers modifiés avec 0 ajouts et 7 suppressions
  1. 0 7
      frameworks/PHP/clancats/bash_profile.sh

+ 0 - 7
frameworks/PHP/clancats/bash_profile.sh

@@ -1,7 +0,0 @@
-#!/bin/bash
-
-export PHP_HOME=${IROOT}/php-5.4.13
-
-export PHP_FPM=$PHP_HOME/sbin/php-fpm
-
-export PATH="$PHP_HOME/bin:$PHP_HOME/sbin:$PATH"