ConfigureServer() { #check if server is configured on this machine postinstallfile=$installDir/framework/etc/postinstall.dat if [ -f $postinstallfile ]; then hostname=`cat $postinstallfile` if [ "$hostname" = "`hostname`" ]; then return fi fi #New machine, should run configurations if [ -f $postinstallfile ]; then rm -rf $postinstallfile fi ConfigureWine #create flag file to ensure this step is not run again hostname > $postinstallfile }
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.