This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var noInternetPopup = null; | |
$scope.showPopup = function() { | |
noInternetPopup = $ionicPopup.show({ | |
template: '<p>Por favor verifique que el servicio de red esté habilitado.</p>', | |
title: 'No hay conexión a internet', | |
scope: $scope | |
}); | |
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# File references | |
JbossStandAloneFile=/usr/local/jboss/bin/standalone.sh | |
PlumbrPropertiesFile=/opt/securelink/java/plumbr/plumbr.properties | |
# JBoss file setting o be added in /usr/local/jboss/bin/standalone.sh | |
JbossSetting='JAVA_OPTS=\"$JAVA_OPTS -javaagent:\/opt\/securelink\/java\/plumbr\/plumbr.jar\"' | |
# Plumbr settings to be added in /opt/securelink/java/tools/plumbr/plumbr.properties |
OlderNewer